Fix build

This commit is contained in:
Annika 2022-10-10 19:55:11 -07:00
parent 018d417f11
commit 0e1aa9fa45

View File

@ -1821,7 +1821,7 @@ export const Chat = new class {
await this.database.runFile(pathModule.resolve(migrationsFolder, file));
}
Chat.destroyHandlers.push(() => Chat.database?.destroy());
Chat.destroyHandlers.push(() => void Chat.database?.destroy());
}
readonly MessageContext = MessageContext;