Skip to content

Commit

Permalink
Update service.go
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshaySainiDell authored Apr 25, 2024
1 parent 91c6c1b commit b2216d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service.go
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ func (gc *GatewayClient) DeleteService(serviceID, serversInInventory, serversMan

defer TimeSpent("DeleteService", time.Now())

req, httpError := http.NewRequest("DELETE", gc.host+"/Api/V1/Deployment/"+serviceId+"?serversInInventory="+serversInInventory+"&serversManagedState="+serversManagedState, nil)
req, httpError := http.NewRequest("DELETE", gc.host+"/Api/V1/Deployment/"+serviceID+"?serversInInventory="+serversInInventory+"&serversManagedState="+serversManagedState, nil)
if httpError != nil {
return nil, httpError
}
Expand Down

0 comments on commit b2216d5

Please sign in to comment.