Skip to content

Commit

Permalink
Fix: apply a mitigation for worflowEnvironmentId removed (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber committed Apr 29, 2024
1 parent f2ba4dc commit 5abb4d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/configuration_variable.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ func (client *ApiClient) ConfigurationVariablesByScope(scope Scope, scopeId stri
params["deploymentLogId"] = scopeId
case scope == ScopeWorkflow:
params["environmentId"] = scopeId // temporary mitigation
scope = ScopeEnvironment // temporary mitigation
params["workflowEnvironmentId"] = scopeId
}
err = client.http.Get("/configuration", params, &result)
Expand Down

0 comments on commit 5abb4d4

Please sign in to comment.