PR comment.
This commit is contained in:
parent
d71be658a5
commit
244a1d9329
|
@ -172,7 +172,7 @@ export function getCookie<T>(ctx: Ctx, name: string) {
|
||||||
return undefined
|
return undefined
|
||||||
}
|
}
|
||||||
|
|
||||||
return openJwt(cookie) as T
|
return openJwt<T>(cookie)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue