mirror of
https://github.com/marcogll/builderbot-openai-assistants.git
synced 2026-01-13 05:15:18 +00:00
Update app.ts
Same, grammatical error at closing a string, corrected now.
This commit is contained in:
@@ -44,7 +44,7 @@ const handleQueue = async (userId) => {
|
||||
try {
|
||||
await processUserMessage(ctx, { flowDynamic, state, provider });
|
||||
} catch (error) {
|
||||
console.error(`Error processing message for user ${userId}`:, error);
|
||||
console.error(`Error processing message for user ${userId}:`, error);
|
||||
} finally {
|
||||
userLocks.set(userId, false); // Release the lock
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user