Nikolay Suslov před 6 roky
rodič
revize
c602539456
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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)