Skip to content

Commit

Permalink
chore: remove unnecessary instanceUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed May 24, 2024
1 parent afc6506 commit 5729848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default class Create extends SfCommand<CreateResponse> {
const createResult = await conn.request<CreateCaseResponse>(
{
method: 'POST',
url: conn.instanceUrl + '/services/apexrest/change-management/v2/change-cases',
url: '/services/apexrest/change-management/v2/change-cases',
body: JSON.stringify(record),
},
{ responseType: 'application/json' }
Expand Down

0 comments on commit 5729848

Please sign in to comment.