We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a15c2c5 commit 2b15cb0Copy full SHA for 2b15cb0
config/reference_config.go
@@ -378,7 +378,7 @@ func (rc *ReferenceConfig) getURLMap() url.Values {
378
379
// GenericLoad ...
380
func (rc *ReferenceConfig) GenericLoad(id string) {
381
- genericService := generic.NewGenericService(rc.id)
+ genericService := generic.NewGenericService(id)
382
SetConsumerService(genericService)
383
rc.id = id
384
rc.Refer(genericService)
0 commit comments