Skip to content

Commit 42f5a94

Browse files
committed
Hot fixed remove obsolete mappings job killing the core app.
1 parent 107291f commit 42f5a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jobs/remove_obsolete_mappings_job.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export class RemoveObsoleteMappingsJob extends SyncJob {
6363
} catch (err: any) {
6464
await this.updateJobLog(primarySyncedService.errors);
6565
// keep old behaviour
66-
throw err;
66+
// throw err;
6767
}
6868
}
6969

0 commit comments

Comments
 (0)