Skip to content

Commit

Permalink
Merge pull request #674 from jetstreamapp/feat/672
Browse files Browse the repository at this point in the history
Add client to API calls
  • Loading branch information
paustint authored Dec 12, 2023
2 parents bd56e3a + 6ed9afa commit 34448c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/src/app/routes/route.middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ export async function getOrgForRequest(
// http://www.fishofprey.com/2016/03/salesforce-forcecom-ide-superpowers.html
// FIXME: this breaks some orgs
// client: `apex_eclipse/v${apiVersion || org.apiVersion || ENV.SFDC_API_VERSION}`,
client: 'jetstream',
},
};

Expand Down

0 comments on commit 34448c3

Please sign in to comment.