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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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' }) |
|
|
|