Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Commit 9c4993b

Browse files
committed
refactor: remove @ts-ignore from utilities/auth.ts
1 parent 5ca8483 commit 9c4993b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utilities/auth.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export const unsetToken = (): void => {
99
window.localStorage.setItem('logout', Date.now() + '')
1010
}
1111

12-
// @ts-ignore
1312
export const getTokenFromCookie = (req?: any): string | undefined => {
1413
// SSR
1514
if (req && req.headers.cookie) {

0 commit comments

Comments
 (0)