mirror of
https://github.com/fosrl/olm.git
synced 2026-02-08 05:56:41 +00:00
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:
2
main.go
2
main.go
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user