@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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 || null);
169138
+ result = await jwksHelper.validateAuthorizationHeader(token, opts.serviceAccount);
169139
169139
  } catch (err) {
169140
169140
  throw new Error("Invalid authorization header " + err.message);
169141
169141
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shushed/helpers",
3
- "version": "0.0.136",
3
+ "version": "0.0.137",
4
4
  "author": "",
5
5
  "license": "UNLICENSED",
6
6
  "description": "",