Skip to content

Commit

Permalink
fix nits
Browse files Browse the repository at this point in the history
  • Loading branch information
fumito-ito committed Aug 8, 2024
1 parent 4de3ae6 commit cf03942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftyRemoteConfig/RemoteConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ public var RemoteConfigs = RemoteConfigAdapter<RemoteConfigKeys>(remoteConfig: R

public extension RemoteConfig {
func hasKey<T: RemoteConfigSerializable>(_ key: RemoteConfigKey<T>) -> Bool {
!self.configValue(forKey: key._key).stringValue.isEmpty
self.configValue(forKey: key._key).stringValue.isEmpty == false
}
}

0 comments on commit cf03942

Please sign in to comment.