Skip to content

Commit

Permalink
🤦 datasource (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultleouay authored Nov 7, 2024
1 parent 89ee9ab commit 694eb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/checker/handlers/tcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ func (h Handler) TCPHandler(c *gin.Context) {

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

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

0 comments on commit 694eb45

Please sign in to comment.