Skip to content

Commit

Permalink
review 2
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Dec 12, 2024
1 parent e68fcc9 commit 6e6fd9b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions FirebaseRemoteConfig/SwiftNew/RemoteConfigValue.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ public class RemoteConfigValue: NSObject, NSCopying {

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

0 comments on commit 6e6fd9b

Please sign in to comment.