forked from errbit/errbit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix webhook service notification payload (errbit#1216)
NotificationServices::WebhookService#message_for_webhook previously returned an Hash with a single key "problem" with a string as value: { "problem": "Stringified json here" } actually loosing almost all the "problem" properties. Now the "problem" key bring on a child Hash as expected.
- Loading branch information
1 parent
8424177
commit 6c2fde9
Showing
2 changed files
with
13 additions
and
1 deletion.
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