Skip to content

Commit 005918b

Browse files
author
dima
committed
fix file path error
1 parent dd350c4 commit 005918b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/youtrackbot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class YoutrackBot {
4545
let last = null;
4646

4747
try {
48-
last = require(`../${this.file}`);
48+
last = require(`${this.file}`);
4949
} catch (err) {
5050
debug('_getUpdatedAfter() err=', err);
5151
debug('_getUpdatedAfter() fallback to default value:', default_last);

0 commit comments

Comments
 (0)