iGnosis / activity-experience

GNU General Public License v3.0
1 stars 0 forks source link

params field should be an object #82

Closed vigneshrajj closed 2 years ago

vigneshrajj commented 2 years ago

https://github.com/PointMotionInc/activity-experience/blob/41fe5e8b0d79649c675224000901d351496e8326/src/app/services/google-analytics/google-analytics.service.ts#L59 GA accepts parameters only as an object. So the params field could be set to generic object type: params?: { [key: string]: any }