Nikolay Suslov 6 年之前
父節點
當前提交
345b4e6336
共有 1 個文件被更改,包括 2 次插入1 次删除
  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) {