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 1efcacc commit befce89Copy full SHA for befce89
OptimizelySDKUserProfile/OptimizelySDKUserProfile/OPTLYUserProfile.m
@@ -35,9 +35,7 @@ - (instancetype)initWithBuilder:(OPTLYUserProfileBuilder *)builder {
35
self = [super init];
36
if (self != nil) {
37
_logger = builder.logger;
38
- // TODO - uncomment when this has been merged with the event dispatcher code
39
- //_dataStore = [[OPTLYDataStore alloc] initWithLogger:_logger];
40
- _dataStore = [OPTLYDataStore new];
+ _dataStore = [[OPTLYDataStore alloc] initWithLogger:_logger];
41
}
42
return self;
43
0 commit comments