| changeset 129 | d48946d164c6 |
| parent 107 | e6f85e26b08c |
| child 199 | c78d579f4b55 |
--- 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 } }