Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
m4tu4g committed Sep 29, 2024
1 parent 4c559d5 commit fe4cd52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/retrieve/http/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ func produce(h *RetrieveHandler, c *gin.Context, shortID string) {
logger.Infof("failed to produce message to Kafka: %v", err)
logger.ApmLogger.With(traceContextFields...).Error(err.Error())
}
return
}

func cache(h *RetrieveHandler, c *gin.Context, shortID, longURL string) {
Expand All @@ -91,5 +90,4 @@ func cache(h *RetrieveHandler, c *gin.Context, shortID, longURL string) {
logger.Infof("failed to set cache: %v", err)
logger.ApmLogger.With(traceContextFields...).Error(err.Error())
}
return
}

0 comments on commit fe4cd52

Please sign in to comment.