fix minor linting error
This commit is contained in:
parent
a8570bdb22
commit
437f94649f
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ export function validateSession() {
|
||||||
dispatch(showAuthenticationError());
|
dispatch(showAuthenticationError());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
export function logoutUser() {
|
export function logoutUser() {
|
||||||
|
|
Loading…
Reference in a new issue