mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add comment
This commit is contained in:
parent
c4882c2542
commit
70b1a1d3c7
1 changed files with 1 additions and 0 deletions
|
|
@ -232,6 +232,7 @@ export const textToSpeechStreamingHandler = Sentry.GCPFunction.wrapHttpFunction(
|
|||
|
||||
let claim: Claim
|
||||
try {
|
||||
// ignore expiration for now and verify function will also decode the token
|
||||
claim = jwt.verify(token, process.env.JWT_SECRET, {
|
||||
ignoreExpiration: true,
|
||||
}) as Claim
|
||||
|
|
|
|||
Loading…
Reference in a new issue