Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 committed Oct 31, 2024
1 parent 45a4321 commit a3215f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testservice/sdk_client_entity.go
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ func makeSDKConfig(config servicedef.SDKConfigParams, sdkLog ldlog.Loggers) ld.C
builder.PayloadFilter(config.Polling.Filter.String())
}
ret.DataSource = builder
} else {
} else if config.ServiceEndpoints == nil {
ret.DataSource = ldcomponents.ExternalUpdatesOnly()
}

Expand Down

0 comments on commit a3215f0

Please sign in to comment.