mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-09 12:36:41 -05:00
Fix build
This commit is contained in:
parent
018d417f11
commit
0e1aa9fa45
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user