PostHog / posthog-node

Official PostHog Node library
MIT License
21 stars 19 forks source link

Remove event from identify types #19

Closed kevinhu closed 3 years ago

kevinhu commented 3 years ago

The event object in the identify() type declaration is breaking TypeScript checks because an event parameters is included. Shouldn't identify() not have an 'event' field?

Twixes commented 3 years ago

That's correct, thank you!