mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
improve
This commit is contained in:
@@ -392,9 +392,13 @@ export class ChatService {
|
||||
}
|
||||
|
||||
|
||||
} else {
|
||||
} else if (!this.headers) {
|
||||
this.setheader()
|
||||
await this.refreshtoken();
|
||||
this.refreshtoken()
|
||||
} else {
|
||||
setTimeout(async ()=>{
|
||||
await this.refreshtoken();
|
||||
}, 4000)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user