Skip to content

Commit

Permalink
chore: lint thing
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales committed Nov 12, 2024
1 parent 0d47ad3 commit bcb2d6a
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,7 @@ export class DeployQueue {
}

private async executeDeployCommand(toDeploy: vscode.Uri[]) {
await vscode.commands.executeCommand(
'sf.deploy.multiple.source.paths',
toDeploy,
null,
true
);
await vscode.commands.executeCommand('sf.deploy.multiple.source.paths', toDeploy, null, true);
}

private async executePushCommand() {
Expand Down

0 comments on commit bcb2d6a

Please sign in to comment.