diff --git a/services/apps/integration_run_worker/package.json b/services/apps/integration_run_worker/package.json index 85fc4ea2d4..102c1fff72 100644 --- a/services/apps/integration_run_worker/package.json +++ b/services/apps/integration_run_worker/package.json @@ -13,7 +13,8 @@ "lint": "./node_modules/.bin/eslint --ext .ts src --max-warnings=0", "format": "./node_modules/.bin/prettier --write \"src/**/*.ts\"", "format-check": "./node_modules/.bin/prettier --check .", - "tsc-check": "./node_modules/.bin/tsc --noEmit" + "tsc-check": "./node_modules/.bin/tsc --noEmit", + "script:onboard-integration": "SERVICE=script TS_NODE_TRANSPILE_ONLY=true node -r tsconfig-paths/register -r ts-node/register src/bin/onboard-integration.ts" }, "dependencies": { "@crowd/common": "file:../../libs/common", diff --git a/services/apps/integration_stream_worker/src/repo/integrationStream.repo.ts b/services/apps/integration_stream_worker/src/repo/integrationStream.repo.ts index a5b0001c09..89be00c1d6 100644 --- a/services/apps/integration_stream_worker/src/repo/integrationStream.repo.ts +++ b/services/apps/integration_stream_worker/src/repo/integrationStream.repo.ts @@ -75,6 +75,7 @@ export default class IntegrationStreamRepository extends RepositoryBase