Skip to content

Commit 74a0515

Browse files
Fix Lint errors
1 parent fef7940 commit 74a0515

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

FirebaseRemoteConfig/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Unreleased
2-
- [fixed] Fixed a bug where Remote Config does not work after a restore
2+
- [fixed] Fixed a bug where Remote Config does not work after a restore
33
of a previous backup of the device. (#14459)
4-
- [fixed] Fixed a data race condition on the global database status flag
4+
- [fixed] Fixed a data race condition on the global database status flag
55
by synchronizing all read and write operations. (#14715)
66

77
# 12.3.0

FirebaseRemoteConfig/Sources/RCNConfigSettings.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ - (instancetype)initWithDatabaseManager:(RCNConfigDBManager *)manager
9696
@"New config database created. Resetting user defaults.");
9797
[_userDefaultsManager resetUserDefaults];
9898
}
99+
99100
_isFetchInProgress = NO;
100101
_lastFetchedTemplateVersion = [_userDefaultsManager lastFetchedTemplateVersion];
101102
_lastActiveTemplateVersion = [_userDefaultsManager lastActiveTemplateVersion];

0 commit comments

Comments
 (0)