Skip to content

Commit

Permalink
add deploymentid
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfrenken committed Feb 13, 2025
1 parent b042568 commit de48f82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/orchestration/src/orchestration-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ export class OrchestrationClient {

const deploymentId = await resolveDeploymentId({
scenarioId: 'orchestration',
...(this.deploymentConfig ?? {})
...(this.deploymentConfig ?? {}),
destination: this.destination
});

return executeRequest(
Expand Down

0 comments on commit de48f82

Please sign in to comment.