From c1f5086db09251b825897711ccbf93cab900fd8b Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sun, 7 Aug 2022 11:48:51 -0600 Subject: [PATCH] Fix a dumb --- core/scanner_tossers/ftn_bso.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scanner_tossers/ftn_bso.js b/core/scanner_tossers/ftn_bso.js index 0418f15b..77d2f4fa 100644 --- a/core/scanner_tossers/ftn_bso.js +++ b/core/scanner_tossers/ftn_bso.js @@ -2801,7 +2801,7 @@ FTNMessageScanTossModule.prototype.startup = function (cb) { // fse.exists(importSchedule.watchFile, exists => { if (exists) { - tryImportNow(makeImportMsg(event, eventPath), { + tryImportNow(makeImportMsg('exists', eventPath), { eventPath: importSchedule.watchFile, event: 'exists', });