CaliStyle / ng-intercom

Angular 7+ Wrapper for Intercom.com
MIT License
54 stars 46 forks source link

Event metadata must be an object #77

Closed davcj closed 6 years ago

davcj commented 6 years ago

Versions

Description

I got error "Event metadata must be an object" when trying to call function trackEvent with metadata. Function "public trackEvent(eventName: string, metadata?: string)" should accept metadata argument of type any, not string.

Thanks in advance

wbhob commented 6 years ago

fixed in #78