remove comments
This commit is contained in:
parent
75629746e7
commit
8d2c23ee87
1 changed files with 0 additions and 1 deletions
|
|
@ -22,7 +22,6 @@ const accountsSql = `update user_config set data = $2, valid = $3, schema_versio
|
||||||
insert into user_config (type, data, valid, schema_version)
|
insert into user_config (type, data, valid, schema_version)
|
||||||
select $1, $2, $3, $4 where $1 not in (select type from user_config)`
|
select $1, $2, $3, $4 where $1 not in (select type from user_config)`
|
||||||
function saveAccounts (accounts) {
|
function saveAccounts (accounts) {
|
||||||
console.log('accounts to save ' + JSON.stringify(accounts))
|
|
||||||
return loadAccounts()
|
return loadAccounts()
|
||||||
.then(currentAccounts => {
|
.then(currentAccounts => {
|
||||||
const newAccounts = _.merge(currentAccounts, accounts)
|
const newAccounts = _.merge(currentAccounts, accounts)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue