refactor(controller): changed to use plant token to update, and hardcoded if we use a test server
This commit is contained in:
@@ -21,6 +21,8 @@ func UpdateServerStats(buildNumber int64) {
|
||||
os.Getenv("DATABASE_DB"),
|
||||
)
|
||||
|
||||
fmt.Println(url)
|
||||
|
||||
ctx := context.Background()
|
||||
conn, err := pgx.Connect(ctx, url)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user