diff -r 34a75bd8d0b9 -r d48946d164c6 client/src/actions/authActions.js --- a/client/src/actions/authActions.js Tue Jul 25 19:11:26 2017 +0200 +++ b/client/src/actions/authActions.js Fri Jul 28 19:40:35 2017 +0200 @@ -36,6 +36,6 @@ } -export const purgeOutbox = () => { - return { type: types.OFFLINE_PURGE_OUTBOX } +export const resetAll = () => { + return { type: types.SYNC_RESET_ALL } }