@friggframework/core 2.0.0--canary.460.ad0a60d.0 → 2.0.0--canary.460.1f9acc3.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.
@@ -132,6 +132,7 @@ const createQueueWorker = (integrationClass) => {
132
132
  class QueueWorker extends Worker {
133
133
  async _run(params, context) {
134
134
  try {
135
+ let integrationInstance;
135
136
  if (
136
137
  params.event === 'ON_WEBHOOK' &&
137
138
  params.data?.integrationId
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@friggframework/core",
3
3
  "prettier": "@friggframework/prettier-config",
4
- "version": "2.0.0--canary.460.ad0a60d.0",
4
+ "version": "2.0.0--canary.460.1f9acc3.0",
5
5
  "dependencies": {
6
6
  "@hapi/boom": "^10.0.1",
7
7
  "@prisma/client": "^6.16.3",
@@ -23,9 +23,9 @@
23
23
  "uuid": "^9.0.1"
24
24
  },
25
25
  "devDependencies": {
26
- "@friggframework/eslint-config": "2.0.0--canary.460.ad0a60d.0",
27
- "@friggframework/prettier-config": "2.0.0--canary.460.ad0a60d.0",
28
- "@friggframework/test": "2.0.0--canary.460.ad0a60d.0",
26
+ "@friggframework/eslint-config": "2.0.0--canary.460.1f9acc3.0",
27
+ "@friggframework/prettier-config": "2.0.0--canary.460.1f9acc3.0",
28
+ "@friggframework/test": "2.0.0--canary.460.1f9acc3.0",
29
29
  "@types/lodash": "4.17.15",
30
30
  "@typescript-eslint/eslint-plugin": "^8.0.0",
31
31
  "chai": "^4.3.6",
@@ -64,5 +64,5 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "ad0a60db3a1af2e7e55bd0fa837fdb352a0fd2c2"
67
+ "gitHead": "1f9acc320cece62d17b75c366d4acb3b07625dee"
68
68
  }