Nikolay Suslov 6 年之前
父節點
當前提交
c602539456
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      public/web/world-app.js

+ 1 - 0
public/web/world-app.js

@@ -372,6 +372,7 @@ class WorldApp {
     //     });
 
         let self = this;
+       let users =  await _LCSDB.get('users').then();
         await _LCSDB.get('users').get(this.userAlias).get('pub').then(res=>{
 
             self.makeGUI(res)