Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Aug 1, 2024
1 parent c2d665c commit 70d5891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift/src/Ice/ConnectionI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ extension Connection {
impl.handle.flushBatchRequestsAsync(
compress.rawValue,
exception: { error in continuation.resume(throwing: error) },
sent: {
sent: { _ in
continuation.resume(returning: ())
})
}
Expand Down

0 comments on commit 70d5891

Please sign in to comment.