Skip to content

Commit

Permalink
chore: fix typo in active-jobs-metric.service.ts
Browse files Browse the repository at this point in the history
occured -> occurred
  • Loading branch information
eltociear authored Oct 2, 2023
1 parent c13c527 commit dc298d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class ActiveJobsMetricService {

return resolve();
} catch (error) {
Logger.error({ error }, 'Error occured while processing metrics', LOG_CONTEXT);
Logger.error({ error }, 'Error occurred while processing metrics', LOG_CONTEXT);

return reject(error);
}
Expand Down

0 comments on commit dc298d1

Please sign in to comment.