not loadsh

This commit is contained in:
ntr 2019-04-08 15:59:56 +10:00
parent 100f737502
commit 5e246300e4
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
const preact = require('preact');
// const key = require('keymaster');
const range = require('lodash/range');
const mapValues = require('loadsh/mapValues');
const mapValues = require('lodash/mapValues');
const VboxContainer = require('./vbox.container');
const InfoContainer = require('./info.container');

View File

@ -261,7 +261,7 @@ function createSocket(events) {
// if (!account) events.loginPrompt();
if (process.env.NODE_ENV !== 'production') {
send({ method: 'account_login', params: { name: 'ntr', password: 'grepgrepgrep' } });
// send({ method: 'account_login', params: { name: 'ntr', password: 'grepgrepgrep' } });
}
return true;