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

Commit c959972

Browse files
fix(#3): dependency path
1 parent 4885978 commit c959972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cronjobs/helpers/push-candidates-helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const Device = require('../model/device');
1+
const Device = require('../../model/device');
22

33
const logger = require('log4js').getLogger('peterparker');
44

0 commit comments

Comments
 (0)