Skip to content

Commit

Permalink
pr changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yashjaind11 committed Jun 14, 2024
1 parent da8ec44 commit b29249e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ func (e *Service) ListService(ctx *context.Context, request *serviceProto.ListSe
}

// ConvertToDeployServiceSetRequest converts service set to deploy service set request

func (e *Service) ConvertToDeployServiceSetRequest(serviceSet *serviceDto.ServiceSet, env string) serviceProto.DeployServiceSetRequest {
var services []*serviceProto.ServiceIdentifier
for _, service := range serviceSet.Services {
Expand Down

0 comments on commit b29249e

Please sign in to comment.