Skip to content

Commit

Permalink
PR Review comment Updates for apache#7630
Browse files Browse the repository at this point in the history
  • Loading branch information
jagan-parthiban committed Jul 21, 2023
1 parent c7a62ee commit 72fc6fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ func DeletePhysLocation(w http.ResponseWriter, r *http.Request) {
return
}
alerts := tc.CreateAlerts(tc.SuccessLevel, "phys_location was deleted.")
api.WriteAlertsObj(w, r, http.StatusOK, alerts, inf.Params)
api.WriteAlerts(w, r, http.StatusOK, alerts)
return
}

Expand Down

0 comments on commit 72fc6fe

Please sign in to comment.