mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
refactor: Remove unnecessary whitespace in FetchListAndProbe run method
This commit is contained in:
@@ -61,17 +61,14 @@ export default class FetchListAndProbe {
|
||||
logger.debug(`Running worker ${this.workerName}`);
|
||||
|
||||
try {
|
||||
|
||||
logger.debug(`Probing monitors ${this.workerName}`);
|
||||
|
||||
await this.fetchListAndProbe();
|
||||
|
||||
logger.debug(`Probing monitors ${this.workerName} complete`);
|
||||
|
||||
} catch (err) {
|
||||
logger.error(`Error in worker ${this.workerName}`);
|
||||
logger.error(err);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user