Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit 25d1a5f

Browse files
fix(#3): missing underscore
1 parent 3ffdc3b commit 25d1a5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cronjobs/helpers/push-candidates-helper.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ const i18n = require("i18n");
1414

1515
const Q = require('q');
1616

17+
const _ = require('underscore');
18+
1719
module.exports = {
1820
findCandidates: findCandidates,
1921
sendPushNotification: sendPushNotification

0 commit comments

Comments
 (0)