Skip to content

Commit

Permalink
fix wrong call to logger
Browse files Browse the repository at this point in the history
  • Loading branch information
ybizeul committed Sep 17, 2024
1 parent ae1946d commit ef5432e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/handlers/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ func (api *ApiHandler) feedPatchHandlerFunc(w http.ResponseWriter, r *http.Reque
}
}
func (api *ApiHandler) feedItemEmptyHandlerFunc(w http.ResponseWriter, r *http.Request) {
logger.Debug("Item API EMPTY request", slog.Any("request", r))
hL.Logger.Debug("Item API EMPTY request", slog.Any("request", r))

secret, _ := utils.GetSecret(r)

Expand Down

0 comments on commit ef5432e

Please sign in to comment.