SDK event de-serializer:
|
export const deserializeEvent = (event: EventResponse): Event => { |
flag.created is not a case, which leads to the constructEvent to return undefined
In the undefined case, our web hook consumer will revoke the webhook event.
similar to previously resolved issue: #1360