@mondaydotcomorg/monday-authorization 1.0.28 → 1.0.30

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.
@@ -111,7 +111,7 @@ function createAuthorizationParams(resources, action) {
111
111
  };
112
112
  return params;
113
113
  }
114
- function logOnFetchFail(retriesLeft, error, response) {
114
+ function logOnFetchFail(retriesLeft, error) {
115
115
  if (retriesLeft == 0) {
116
116
  logger.error({ retriesLeft, error }, 'Authorization attempt failed due to network issues');
117
117
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mondaydotcomorg/monday-authorization",
3
- "version": "1.0.28",
3
+ "version": "1.0.30",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "BSD-3-Clause",
@@ -30,5 +30,5 @@
30
30
  "files": [
31
31
  "dist/"
32
32
  ],
33
- "gitHead": "bca472b3e9c109e36021ee320c6c9c794e2901dd"
33
+ "gitHead": "4b45cd4f305a8d9964211c9ffc15d195c1f3639e"
34
34
  }