Skip to content

Commit e00cba7

Browse files
committed
fix: project id override
Pipedream JWT access tokens do not have the project id encoded in it. It should use the project id passed in during client config
1 parent 18a1329 commit e00cba7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/wrapper/Pipedream.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ export class Pipedream extends PipedreamClient {
7878

7979
if ("tokenProvider" in opts) {
8080
clientOpts.tokenProvider = opts.tokenProvider;
81-
clientOpts.projectId = "";
8281
} else {
8382
const { clientId = process.env.PIPEDREAM_CLIENT_ID, clientSecret = process.env.PIPEDREAM_CLIENT_SECRET } =
8483
opts || {};

0 commit comments

Comments
 (0)