-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not decode iglu json webhook ue_pr paramter on coerce
When attempting convering RawEvent into CollectorPayload we previously were convering it through proper JSON decoder. But as this is already manually modified through recovery process we can skip decoding and instead simply pass the JSON. Otherwise we'd need to alter RawEvent to contain `body` field which it is missing. And we cannot.
- Loading branch information
Showing
2 changed files
with
22 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters