Skip to content

Commit

Permalink
prettify the code
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-zhang-at-salesforce committed Jun 24, 2024
1 parent b858aa8 commit 202d887
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/commands/wizard/deployToOrgCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ export class DeployToOrgCommand {
currentWorkspace.workspaceFolders[0].uri.fsPath;
const forceAppPath = path.join(workspaceFolderPath, 'force-app');
const forceAppUri = Uri.file(forceAppPath);
await commands.executeCommand(
'sf.deploy.source.path',
forceAppUri
);
await commands.executeCommand('sf.deploy.source.path', forceAppUri);
return Promise.resolve(true);
}
}

0 comments on commit 202d887

Please sign in to comment.