diff --git a/package.json b/package.json index 5e38a67..fd1f118 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/sdk", - "version": "2.3.1", + "version": "2.3.2", "private": false, "repository": "github:PipedreamHQ/pipedream-sdk-typescript", "type": "commonjs", diff --git a/src/version.ts b/src/version.ts index 3ddcc81..7812a79 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const SDK_VERSION = "2.3.1"; +export const SDK_VERSION = "2.3.2"; diff --git a/src/wrapper/Pipedream.ts b/src/wrapper/Pipedream.ts index df3084d..6d6198d 100644 --- a/src/wrapper/Pipedream.ts +++ b/src/wrapper/Pipedream.ts @@ -78,7 +78,6 @@ export class Pipedream extends PipedreamClient { if ("tokenProvider" in opts) { clientOpts.tokenProvider = opts.tokenProvider; - clientOpts.projectId = ""; } else { const { clientId = process.env.PIPEDREAM_CLIENT_ID, clientSecret = process.env.PIPEDREAM_CLIENT_SECRET } = opts || {};