| changeset 132 | 906a6c7c7943 |
| parent 129 | d48946d164c6 |
| child 133 | 6f3078f7fd47 |
--- a/client/src/actions/sessionsActions.js Mon Jul 31 23:18:38 2017 +0200 +++ b/client/src/actions/sessionsActions.js Tue Aug 01 12:20:14 2017 +0200 @@ -39,6 +39,10 @@ return { type: types.DO_DELETE_SESSION, sessionId }; } +export const doDeleteAllSession = () => ( + { type: types.DO_DELETE_ALL_SESSION } +) + export const loadSessions = () => { return { type: types.LOAD_SESSIONS