Nikolay Suslov 6 жил өмнө
parent
commit
c602539456

+ 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)