Skip to content

Commit 27340cf

Browse files
committed
Switch all debug statements to jsonEncoder
1 parent 606e6d6 commit 27340cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ParseSwift/Types/ParseConfig.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ extension ParseConfig {
184184
// MARK: CustomDebugStringConvertible
185185
extension ParseConfig {
186186
public var debugDescription: String {
187-
guard let descriptionData = try? ParseCoding.parseEncoder().encode(self, skipKeys: .none),
187+
guard let descriptionData = try? ParseCoding.jsonEncoder().encode(self),
188188
let descriptionString = String(data: descriptionData, encoding: .utf8) else {
189189
return ""
190190
}

0 commit comments

Comments
 (0)