diff options
Diffstat (limited to 'app/scripts/lib/bug-notifier.js')
-rw-r--r-- | app/scripts/lib/bug-notifier.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/scripts/lib/bug-notifier.js b/app/scripts/lib/bug-notifier.js index 42f943485..bfb3e9770 100644 --- a/app/scripts/lib/bug-notifier.js +++ b/app/scripts/lib/bug-notifier.js @@ -16,5 +16,7 @@ function postData(uri, data) { }) } -module.exports = BugNotifier +const notifier = new BugNotifier() + +module.exports = notifier |