Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
chore: update job-scheduler.ts (#96)
Browse files Browse the repository at this point in the history
occured -> occurred
  • Loading branch information
eltociear authored May 22, 2024
1 parent 4db64cc commit 899e11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ocular/src/services/job-scheduler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default class JobSchedulerService {
observers.map(async (subscriber) => {
return subscriber(data, eventName).catch((err) => {
this.logger_.warn(
`An error occured while processing ${eventName}: ${err}`
`An error occurred while processing ${eventName}: ${err}`
)
return err
})
Expand Down

0 comments on commit 899e11f

Please sign in to comment.