We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c812362 commit a2d4f44Copy full SHA for a2d4f44
1 file changed
core/integration/bookkeeping/api.go
@@ -61,6 +61,7 @@ func Instance() *BookkeepingWrapper {
61
Error("unable to parse the Bookkeeping base URL")
62
clientAPI.InitializeApi(path.Join(viper.GetString("bookkeepingBaseUri")+"api"), viper.GetString("bookkeepingToken"))
63
}
64
+ instance = &BookkeepingWrapper{}
65
})
66
return instance
67
0 commit comments