You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed in Swiftly Salesforce version 3.5.0. keyPrefix now returns an empty string if the retrieved JSON value is null. In the next major release of Swiftly Salesforce, keyPrefix will become an optional String.
Should be:
public var keyPrefix: String?
"keyPrefix" could be null in the 'backing' JSON dictionary.
The text was updated successfully, but these errors were encountered: