Corrected some logic problems...

4 storing:
  - Array in Memory Global state.todos
  - Array temporary filtered arr_todos
  - IndexedDb
  - Database
This commit is contained in:
Paolo Arena
2019-02-15 01:37:42 +01:00
parent cd0ec40441
commit fac16d2d52
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
APP_VERSION="DEV 0.0.30"
APP_VERSION="DEV 0.0.31"
SERVICE_WORKER_FILE='service-worker.js'
APP_ID='1'
APP_URL='https://freeplanet.app'

View File

@@ -569,9 +569,9 @@ namespace Actions {
UserStore.mutations.setAuth(token)
Mutations.mutations.authUser({
userId: userId,
username: username,
verified_email: verified_email,
userId,
username,
verified_email
})
await setGlobal(false)