Return empty WebhookStore from files that do not exist
Review Request #10084 — Created July 13, 2018 and submitted — Latest diff uploaded
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.