Fixed a production build issue

pull/751/head
Morgan Pretty 1 year ago
parent d8ae9669c8
commit 244fe9d7ae

@ -66,6 +66,7 @@ public extension OpenGroupAPI {
#if DEBUG
preconditionFailure("The `OpenGroupAPI.BatchResponse` type cannot be decoded directly, this is simply here to allow for `PreparedSendData<OpenGroupAPI.BatchResponse>` support")
#else
info = HTTP.ResponseInfo(code: 0, headers: [:])
data = [:]
#endif

Loading…
Cancel
Save