Add job status & correct claimant info checks.

This commit is contained in:
Patrick Fic
2025-03-21 15:38:30 -07:00
parent b312532121
commit 2fd226d43a
5 changed files with 106 additions and 40 deletions

View File

@@ -121,8 +121,8 @@ async function StopWatcher(): Promise<boolean> {
}
async function HandleNewFile(path): Promise<void> {
await ImportJob(path);
log.log("Received a new file", path);
await ImportJob(path);
}
export {