diff --git a/memory/memories.db-wal b/memory/memories.db-wal index 28e55d395..a03df86ee 100644 Binary files a/memory/memories.db-wal and b/memory/memories.db-wal differ diff --git a/tools/meeting-notes/src/index.ts b/tools/meeting-notes/src/index.ts index 1e588ee4c..3b693f48b 100644 --- a/tools/meeting-notes/src/index.ts +++ b/tools/meeting-notes/src/index.ts @@ -275,7 +275,7 @@ class MeetingNotesBot { setTimeout(() => this.subscribeToUser(receiver, userId, userName), 100); }); - audioStream.on('error', (err) => { + audioStream.on('error', (err: Error) => { console.error(`[AUDIO] Error for ${userName}:`, err.message); // Re-subscribe on error too setTimeout(() => this.subscribeToUser(receiver, userId, userName), 500);