We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606e6d6 commit 27340cfCopy full SHA for 27340cf
Sources/ParseSwift/Types/ParseConfig.swift
@@ -184,7 +184,7 @@ extension ParseConfig {
184
// MARK: CustomDebugStringConvertible
185
extension ParseConfig {
186
public var debugDescription: String {
187
- guard let descriptionData = try? ParseCoding.parseEncoder().encode(self, skipKeys: .none),
+ guard let descriptionData = try? ParseCoding.jsonEncoder().encode(self),
188
let descriptionString = String(data: descriptionData, encoding: .utf8) else {
189
return ""
190
}
0 commit comments