Skip to content

Commit

Permalink
build: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed Sep 27, 2024
1 parent 956b518 commit 82d650c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/queue/worker/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class GitHubEventWorker extends BaseWorker<IGitHubEventQueueMessage> {

async run() {
const byId = groupBy(
orderBy(this.queue, 'timestamp', 'asc'),
orderBy(this.queue, ['timestamp'], ['asc']),
(v) => v.body.botId,
);

Expand Down

0 comments on commit 82d650c

Please sign in to comment.