We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent befce89 commit 7b49bf4Copy full SHA for 7b49bf4
OptimizelySDKDatafileManager/OptimizelySDKDatafileManager/OPTLYDatafileManager.m
@@ -44,7 +44,7 @@ - (instancetype)initWithBuilder:(OPTLYDatafileManagerBuilder *)builder {
44
_errorHandler = builder.errorHandler;
45
_logger = builder.logger;
46
_networkService = [OPTLYNetworkService new];
47
- _dataStore = [OPTLYDataStore new];
+ _dataStore = [[OPTLYDataStore alloc] initWithLogger:_logger];
48
49
// download datafile when we start the datafile manager
50
[self downloadDatafile:self.projectId completionHandler:nil];
0 commit comments