You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 11, 2023. It is now read-only.
Since the types are decoded from the webhooks JSON data, it's good to keep the variants and fields minimal as to not cause unwarranted parser errors for irrelevant fields.
Example: #219 has suffered from this since the parser errored on a variant which was not being used.