Skip to content

Commit 53a8267

Browse files
committed
Remove unused value
1 parent 19bee17 commit 53a8267

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commands/api/deployWorkspaceProjectApi.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export async function deployWorkspaceProjectApi(context: IActionContext, deployW
3333
rootFolder,
3434
srcPath: srcPath ? Uri.file(srcPath).fsPath : undefined,
3535
dockerfilePath: dockerfilePath ? Uri.file(dockerfilePath).fsPath : undefined,
36-
suppressConfirmation,
3736
ignoreExistingDeploySettings,
3837
shouldSaveDeploySettings: !!shouldSaveDeploySettings,
3938
});

0 commit comments

Comments
 (0)