Skip to content

Commit

Permalink
🧹 bandwith
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultleouay committed Nov 7, 2024
1 parent 7935d9a commit 61ebbba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/checker/handlers/tcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,12 @@ func (h Handler) TCPHandler(c *gin.Context) {
return
}

c.JSON(http.StatusOK, response)
c.JSON(http.StatusOK, nil)
}

func (h Handler) TCPHandlerRegion(c *gin.Context) {
ctx := c.Request.Context()
dataSourceName := "check_tcp_response__v1"
dataSourceName := "check_tcp_respo…nse__v1"

region := c.Param("region")
if region == "" {
Expand Down

0 comments on commit 61ebbba

Please sign in to comment.