improve chat

This commit is contained in:
Peter Maquiran
2022-10-04 11:33:46 +01:00
parent b3dfb396f3
commit e738bf08f3
14 changed files with 74 additions and 144 deletions
+1 -3
View File
@@ -387,9 +387,7 @@ export class ChatService {
} catch (error) {
this.resetTimer();
setTimeout(async () => {
await this.refreshtoken();
}, 3000)
await this.refreshtoken();
}