Skip to content

Commit ca7a1b7

Browse files
Update Sources/AblyLiveObjects/Internal/InternalDefaultRealtimeObjects.swift
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent d1cc7ee commit ca7a1b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/AblyLiveObjects/Internal/InternalDefaultRealtimeObjects.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ internal final class InternalDefaultRealtimeObjects: Sendable, LiveMapObjectPool
200200
do throws(InternalError) {
201201
// RTO12d
202202
do {
203-
try coreSDK.validateChannelState(notIn: [.detached, .failed, .suspended], operationDescription: "RealtimeObjects.createMap")
203+
try coreSDK.validateChannelState(notIn: [.detached, .failed, .suspended], operationDescription: "RealtimeObjects.createCounter")
204204
} catch {
205205
throw error.toInternalError()
206206
}

0 commit comments

Comments
 (0)