Skip to content

Commit 015ef3b

Browse files
committed
removes deploymentName
1 parent 82ea1ba commit 015ef3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/routes/apps.ts

-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,6 @@ router.post('/:appName/deployments/:sourceDeploymentName/promote/:destDeployment
377377
{
378378
params: t.type({
379379
appName: t.string,
380-
deploymentName: t.string,
381380
sourceDeploymentName: t.string,
382381
destDeploymentName: t.string,
383382
}),

0 commit comments

Comments
 (0)