@shushed/helpers 0.0.136 → 0.0.137
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -169135,7 +169135,7 @@ var validateGoogleAuth = async (opts, headers, firestore) => {
|
|
|
169135
169135
|
let result;
|
|
169136
169136
|
try {
|
|
169137
169137
|
const jwksHelper = new jwks_default(opts, firestore);
|
|
169138
|
-
result = await jwksHelper.validateAuthorizationHeader(token, opts.serviceAccount
|
|
169138
|
+
result = await jwksHelper.validateAuthorizationHeader(token, opts.serviceAccount);
|
|
169139
169139
|
} catch (err) {
|
|
169140
169140
|
throw new Error("Invalid authorization header " + err.message);
|
|
169141
169141
|
}
|