-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
We should verify the status codes returned by our endpoints.
Eg.:
slog.Error("could not read body", "err", err) |
This common case should also be checked in other internal functions:
slog.Error("error making http request", "err", err) |
Just a workaround:
return "" // it's not the best way to do it |
Metadata
Metadata
Assignees
Labels
No labels