Skip to content

Commit

Permalink
fix: Build
Browse files Browse the repository at this point in the history
  • Loading branch information
andreroggeri committed May 8, 2024
1 parent e1f89da commit ed847d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chatbot/src/messaging/messenger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ export class Messenger {
}

private async initStoreHandler(): Promise<void> {
this.store = makeInMemoryStore({});
// @ts-expect-error
this.store = makeInMemoryStore({ logger: undefined });
if (this.storeHandlerInterval) {
clearInterval(this.storeHandlerInterval);
}
Expand Down

0 comments on commit ed847d3

Please sign in to comment.