Skip to content

Commit cd5cbdc

Browse files
why is this diff weird?
1 parent 418159c commit cd5cbdc

2 files changed

Lines changed: 3109 additions & 44 deletions

File tree

Tests/AblyLiveObjectsTests/JS Integration Tests/ObjectsHelper.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ final class ObjectsHelper: Sendable {
472472
}
473473

474474
/// Sends an operation request to the REST API
475-
private func operationRequest(channelName: String, opBody: [String: JSONValue]) async throws -> OperationResult {
475+
func operationRequest(channelName: String, opBody: [String: JSONValue]) async throws -> OperationResult {
476476
let path = "/channels/\(channelName)/objects"
477477

478478
do {

0 commit comments

Comments
 (0)