abmp-npm 1.1.69 → 1.1.70

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/backend/utils.js +1 -1
  2. package/package.json +1 -1
package/backend/utils.js CHANGED
@@ -154,7 +154,7 @@ const normalizeUrlForComparison = url => {
154
154
  };
155
155
 
156
156
  async function getSecret(secretKey) {
157
- return await elevatedGetSecretValue(secretKey).value;
157
+ return await elevatedGetSecretValue(secretKey);
158
158
  }
159
159
 
160
160
  async function getSiteBaseUrl() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abmp-npm",
3
- "version": "1.1.69",
3
+ "version": "1.1.70",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "check-cycles": "madge --circular .",