Skip to content

Commit

Permalink
Ping data source changed to ping2
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitbbhayani committed Oct 17, 2024
1 parent 373e868 commit e271a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/observability/ping.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type PingPayload struct {
const (
token = "p.eyJ1IjogIjhjNWQxMjdlLTczZmYtNGRjZS04Mzk5LTQyMDU0MThhYjc2OSIsI" +
"CJpZCI6ICJhZjcxNGExNC0xZWQyLTQ3ZDktOTM0MS0xMzgwNWNiOWFhNDYiLCAiaG9zdCI6ICJ1cy1lYXN0LWF3cyJ9.o9LqZqTZ9YkhbcusZOltsm95RzVQUzJLQOHV2YA7L0E"
url = "https://api.us-east.aws.tinybird.co/v0/events?name=ping"
url = "https://api.us-east.aws.tinybird.co/v0/events?name=ping2"
)

type DBConfig struct {
Expand Down

0 comments on commit e271a17

Please sign in to comment.