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 5c493fd commit 5e3cbdbCopy full SHA for 5e3cbdb
FirebaseAuth/Sources/Swift/Backend/AuthBackend.swift
@@ -167,7 +167,6 @@ final class AuthBackend: AuthBackendProtocol {
167
if let postBody = request.unencodedHTTPRequestBody {
168
#if DEBUG
169
let JSONWritingOptions = JSONSerialization.WritingOptions.prettyPrinted
170
- )
171
#else
172
let JSONWritingOptions = JSONSerialization.WritingOptions(rawValue: 0)
173
#endif
0 commit comments