fix(blacklist): remove whitespace line causing prettier to fail in CI
This commit is contained in:
@@ -253,6 +253,6 @@ export const startJobs = (): void => {
|
||||
running: () => blacklistedTagsProcessor.status().running,
|
||||
cancelFn: () => blacklistedTagsProcessor.cancel(),
|
||||
});
|
||||
|
||||
|
||||
logger.info('Scheduled jobs loaded', { label: 'Jobs' });
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user