Skip to content

Commit

Permalink
feat: move configuration spread to after default RunnerLogger to allo…
Browse files Browse the repository at this point in the history
…w for configuring a custom logger (#20)
  • Loading branch information
SatyaanM authored Aug 27, 2024
1 parent 4dfb589 commit 92ad3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphile-worker.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ function buildRunnerOptions(
const events = new EventEmitter();

return {
...configuration,
logger: RunnerLogger,
...configuration,
events,
};
}

0 comments on commit 92ad3ab

Please sign in to comment.