1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 12:05:48 +02:00
This commit is contained in:
syuilo
2023-04-07 19:45:08 +09:00
parent e3f4c9bcf6
commit cb39db100a

View File

@@ -301,7 +301,7 @@ export const waitFire = async (user: any, channel: string, trgr: () => any, cond
timer = setTimeout(() => {
ws.close();
res(false);
}, 3000);
}, 5000);
try {
await trgr();