Skip to content

Commit 6e6fd9b

Browse files
committed
review 2
1 parent e68fcc9 commit 6e6fd9b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

FirebaseRemoteConfig/SwiftNew/RemoteConfigValue.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ public class RemoteConfigValue: NSObject, NSCopying {
5151

5252
/// Gets a foundation object (NSDictionary / NSArray) by parsing the value as JSON.
5353
@objc(JSONValue) public var jsonValue: Any? {
54-
guard !dataValue.isEmpty else {
55-
return nil
56-
}
5754
do {
5855
let jsonObject = try JSONSerialization.jsonObject(with: dataValue, options: [])
5956
return jsonObject

0 commit comments

Comments
 (0)