mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
[real-time] Promisify RealTimeClient (#30500)
* Define `Client` at the end of the file * Promisify `setSession` * Promisify `setAnonSession` * Remove unused `unsetSession` * Promisify `connect` * Promisify `getConnectedClients`, add `@overleaf/fetch-utils` * Promisify `countConnectedClients` * Promisify `getConnectedClient` * Promisify `disconnectClient` * Promisify `disconnectAllClients` * Remove decaffeinate comment GitOrigin-RevId: 4b0b376cdae5b1b69fe7e66b131d4b2ec7059eaa
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
"zod-validation-error": "^4.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@overleaf/fetch-utils": "*",
|
||||
"chai": "^4.3.6",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"cookie-signature": "^1.1.0",
|
||||
|
||||
Reference in New Issue
Block a user