File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ OpenFeature::SDK.configure do |config|
2727 sdk_key: " <YOUR-CONFIGCAT-SDK-KEY>" ,
2828 # Build options for the ConfigCat SDK.
2929 options: ConfigCat ::ConfigCatOptions .new (
30- polling_mode: ConfigCat ::PollingMode :: auto_poll( poll_interval_seconds: 5 ) ,
30+ polling_mode: ConfigCat ::PollingMode . auto_poll,
3131 offline: false
3232 )))
3333end
Original file line number Diff line number Diff line change 1111 sdk_key : "PKDVCLf-Hq-h-kCzMp-L7Q/HhOWfwVtZ0mb30i9wi17GQ" ,
1212 # Configure the ConfigCat SDK.
1313 options : ConfigCat ::ConfigCatOptions . new (
14- polling_mode : ConfigCat ::PollingMode . auto_poll ( poll_interval_seconds : 5 ) ,
14+ polling_mode : ConfigCat ::PollingMode . auto_poll ,
1515 offline : false
1616 )
1717 ) )
You can’t perform that action at this time.
0 commit comments