flake8
passed.
JSHint
passed.
Review Request #10084 — Created July 13, 2018 and submitted
Previously if a
webhooks.json
file did not exist, we would fail to
start RB Gateway and creating an emptywebhooks.json
won't fix the
issue.Now if either the file doesn't exist or if it is empty we simply return
an empty hook store.
Ran unit tests.