Fix run pretty

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
This commit is contained in:
Gregoire Parant
2022-03-29 13:45:31 +02:00
parent dce1ece837
commit c1222c1c57
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ class ConnectionManager {
}
urlManager.pushRoomIdToUrl(this._currentRoom);
} else if (this.connexionType === GameConnexionTypes.jwt) {
/** @deprecated */
/** @deprecated */
if (!token) {
const code = urlParams.get("code");
const state = urlParams.get("state");