Nikolay Suslov před 6 roky
rodič
revize
345b4e6336
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      public/app.js

+ 2 - 1
public/app.js

@@ -1926,7 +1926,8 @@ class App {
   async getWorldInfo(user, space, gui) {
     //get space for user
 
-    let userPub = await _LCSDB.get('users').get(user).get('pub').once().then();
+    let userPub = await _LCSDB.get('users').get(user).get('pub').then();
+
     var userdb = _LCSDB.user(userPub);
 
     if (_LCSDB.user().is) {