Remove do not create client for now

Because its always created when the user joins the org


Former-commit-id: 8ebc678edb
This commit is contained in:
Owen
2025-11-08 16:54:35 -08:00
parent 78e3bb374a
commit 3d891cfa97
3 changed files with 50 additions and 50 deletions

View File

@@ -209,7 +209,7 @@ func main() {
PingTimeoutDuration: config.PingTimeoutDuration,
Version: config.Version,
OrgID: config.OrgID,
DoNotCreateNewClient: config.DoNotCreateNewClient,
// DoNotCreateNewClient: config.DoNotCreateNewClient,
}
// Create a context that will be cancelled on interrupt signals