fix minor linting error

This commit is contained in:
Cassie Tarakajian 2017-01-18 16:50:02 -05:00
parent a8570bdb22
commit 437f94649f

View file

@ -97,7 +97,7 @@ export function validateSession() {
dispatch(showAuthenticationError());
}
});
}
};
}
export function logoutUser() {