@friggframework/core 1.1.4--canary.301.abb73c7.0 → 1.1.4--canary.301.ea53eb9.0

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.
@@ -93,8 +93,10 @@ function setIntegrationRoutes(router, factory, getUserId) {
93
93
  const response = await IntegrationHelper.getFormattedIntegration(
94
94
  integration.record
95
95
  );
96
- res.status(201);
97
- res.json(response);
96
+
97
+ res.status(201).json(
98
+ await IntegrationHelper.getFormattedIntegration(integration.record)
99
+ );
98
100
  })
99
101
  );
100
102
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@friggframework/core",
3
3
  "prettier": "@friggframework/prettier-config",
4
- "version": "1.1.4--canary.301.abb73c7.0",
4
+ "version": "1.1.4--canary.301.ea53eb9.0",
5
5
  "dependencies": {
6
6
  "@hapi/boom": "^10.0.1",
7
7
  "aws-sdk": "^2.1200.0",
@@ -15,9 +15,9 @@
15
15
  "node-fetch": "^2.6.7"
16
16
  },
17
17
  "devDependencies": {
18
- "@friggframework/eslint-config": "1.1.4--canary.301.abb73c7.0",
19
- "@friggframework/prettier-config": "1.1.4--canary.301.abb73c7.0",
20
- "@friggframework/test": "1.1.4--canary.301.abb73c7.0",
18
+ "@friggframework/eslint-config": "1.1.4--canary.301.ea53eb9.0",
19
+ "@friggframework/prettier-config": "1.1.4--canary.301.ea53eb9.0",
20
+ "@friggframework/test": "1.1.4--canary.301.ea53eb9.0",
21
21
  "@types/lodash": "^4.14.191",
22
22
  "@typescript-eslint/eslint-plugin": "^5.55.0",
23
23
  "chai": "^4.3.6",
@@ -49,5 +49,5 @@
49
49
  },
50
50
  "homepage": "https://github.com/friggframework/frigg#readme",
51
51
  "description": "",
52
- "gitHead": "abb73c78a1a3f30241676e3999e61e7e3bda5578"
52
+ "gitHead": "ea53eb9d4e5a63194a541d84a2f02d22a17f1175"
53
53
  }