docker-hook icon indicating copy to clipboard operation
docker-hook copied to clipboard

Allow non-JSON data

Open stixes opened this issue 6 years ago • 0 comments

If the hook called includes data, which is not JSON format, this will cause an exception. In my case, this is a problem if using hooks from Slack, and I assume others. This patch silently ignores the exception, if the JSON fails to parse.

stixes avatar Feb 20 '18 10:02 stixes