1
0
Fork 0
mirror of synced 2024-08-13 00:51:22 +12:00

PR comment.

This commit is contained in:
mike12345567 2023-12-06 14:47:13 +00:00
parent d71be658a5
commit 244a1d9329

View file

@ -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)
} }
/** /**