Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

🤦 datasource (#1091)

authored by

Thibault Le Ouay and committed by
GitHub
694eb45f 89ee9ab0

+1 -1
+1 -1
apps/checker/handlers/tcp.go
··· 222 222 223 223 func (h Handler) TCPHandlerRegion(c *gin.Context) { 224 224 ctx := c.Request.Context() 225 - dataSourceName := "check_tcp_respo…nse__v1" 225 + dataSourceName := "check_tcp_response__v1" 226 226 227 227 region := c.Param("region") 228 228 if region == "" {