Browse Source

Merge pull request #629 from gre/clean-accounts-to-work

clean accounts will save to file
master
Meriadec Pillet 7 years ago
committed by GitHub
parent
commit
3876070fb1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/actions/accounts.js

2
src/actions/accounts.js

@ -48,4 +48,4 @@ export const updateAccount: UpdateAccount = payload => ({
},
})
export const cleanAccountsCache = () => ({ type: 'CLEAN_ACCOUNTS_CACHE' })
export const cleanAccountsCache = () => ({ type: 'DB:CLEAN_ACCOUNTS_CACHE' })

Loading…
Cancel
Save