flake8
passed.
JSHint
passed.
Review Request #10084 — Created July 13, 2018 and submitted
Previously if a
webhooks.jsonfile did not exist, we would fail to
start RB Gateway and creating an emptywebhooks.jsonwon'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.