1
0
This commit is contained in:
2024-02-21 21:03:44 +01:00
parent 91f30929da
commit cf24b34f63

View File

@@ -214,7 +214,6 @@ export async function verify(token: string, secret: string | JsonWebKey | Crypto
} catch(err) {
if (options.throwError)
throw err
return false
}
}