From 683456ac5766a0e122ef5d379c1f0aa166973f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Tue, 19 Jun 2018 18:48:28 +0200 Subject: [PATCH] clean accounts will save to file --- src/actions/accounts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions/accounts.js b/src/actions/accounts.js index 99ffe0c6..bea494fc 100644 --- a/src/actions/accounts.js +++ b/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' })