Skip to content

Commit

Permalink
refactor: remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrMatsko committed Oct 2, 2024
1 parent 6842542 commit 497eb29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/handler/triggers.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ func getTriggerFromRequest(request *http.Request) (*dto.Trigger, *api.ErrorRespo
return nil, api.ErrorInvalidRequest(err)
case remote.ErrRemoteTriggerResponse:
response := api.ErrorRemoteServerUnavailable(err)

middleware.GetLoggerEntry(request).Error().
String("status", response.StatusText).
Error(err).
Expand Down

0 comments on commit 497eb29

Please sign in to comment.