Nikolay Suslov 6 years ago
parent
commit
c602539456
1 changed files with 1 additions and 0 deletions
  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)