Skip to content

Commit

Permalink
fix: devin regression (dont babysit and code) (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa authored May 28, 2024
1 parent 046cfd2 commit 9d6d1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/unifi/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func (c *httpClient) DeleteEndpoint(endpoint *endpoint.Endpoint) error {
}

if _, err = c.doRequest(
http.MethodPost,
http.MethodDelete,
FormatUrl(unifiRecordPath, c.Config.Host, c.Config.Site, lookup.ID),
nil,
); err != nil {
Expand Down

0 comments on commit 9d6d1a7

Please sign in to comment.