Skip to content

Commit

Permalink
Adds projectID in listInfras gql response (#4393)
Browse files Browse the repository at this point in the history
Signed-off-by: nagesh bansal <[email protected]>
Co-authored-by: Saranya Jena <[email protected]>
  • Loading branch information
Nageshbansal and Saranya-jena authored Feb 12, 2024
1 parent d23414e commit d4b5796
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@ func (in *infraService) ListInfras(projectID string, request *model.ListInfraReq

newInfra := model.Infra{
InfraID: infra.InfraID,
ProjectID: infra.ProjectID,
Name: infra.Name,
EnvironmentID: infra.EnvironmentID,
Description: &description,
Expand Down

0 comments on commit d4b5796

Please sign in to comment.