Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Googlefan committed May 24, 2024
1 parent 31265a7 commit f9209bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,5 @@ export function addChatQueue(
});
}
chatQueue.get(channelId)!.queue.push(chat);
chatQueue.set(channelId, { ...chatQueue.get(channelId)!, model });
}

0 comments on commit f9209bb

Please sign in to comment.