fix: allow for client creation on default context

See coop-cloud/organising#206.
This commit is contained in:
2021-10-17 23:50:44 +02:00
parent 5be190e110
commit 6d42e72f16
3 changed files with 32 additions and 30 deletions

View File

@ -10,10 +10,10 @@ import (
func newConnectionHelper(daemonURL string) *connhelper.ConnectionHelper {
helper, err := connhelper.GetConnectionHelper(daemonURL)
if err != nil {
logrus.Fatal(err)
}
return helper
}