diff --git a/client/modules/User/actions.js b/client/modules/User/actions.js index 0b5a8a2a..f66f8d36 100644 --- a/client/modules/User/actions.js +++ b/client/modules/User/actions.js @@ -97,7 +97,7 @@ export function validateSession() { dispatch(showAuthenticationError()); } }); - } + }; } export function logoutUser() {