Skip to content

Commit 929995d

Browse files
Apply suggestion from @keelerm84
Co-authored-by: Matthew M. Keeler <[email protected]>
1 parent 4bdc298 commit 929995d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ldclient-rb/datasystem.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def self.custom
205205
# @return [ConfigBuilder]
206206
#
207207
def self.daemon(store)
208-
default.data_store(store, LaunchDarkly::Interfaces::DataStoreMode::READ_ONLY)
208+
custom.data_store(store, LaunchDarkly::Interfaces::DataStoreMode::READ_ONLY)
209209
end
210210

211211
#

0 commit comments

Comments
 (0)