2
0
mirror of synced 2025-01-10 22:26:02 +00:00
This commit is contained in:
Salakar 2017-07-30 07:34:51 +01:00
commit 7fc40a2740

View File

@ -10,8 +10,8 @@ NSString *convertFIRRemoteConfigFetchStatusToNSString(FIRRemoteConfigFetchStatus
switch (value) {
case FIRRemoteConfigFetchStatusNoFetchYet:
return @"config/no_fetch_yet";
case FIRRemoteConfigFetchStatusFailure:
return @"config/failure";
case FIRRemoteConfigFetchStatusSuccess:
return @"config/success";
case FIRRemoteConfigFetchStatusThrottled:
return @"config/throttled";
default: