Browse Source

clean accounts will save to file

master
Gaëtan Renaudeau 7 years ago
parent
commit
683456ac57
  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