Skip to content

Commit fb914a1

Browse files
committed
Linter fix for Copilot change.
1 parent 6bed297 commit fb914a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AblyChat/DefaultTyping.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ internal final class DefaultTyping: Typing {
5656
callback(
5757
TypingSetEvent(
5858
type: .setChanged,
59-
currentlyTyping: self.typingTimerManager.currentlyTypingClientIDs(),
59+
currentlyTyping: typingTimerManager.currentlyTypingClientIDs(),
6060
change: .init(clientId: messageClientID, type: .stopped)
6161
)
6262
)

0 commit comments

Comments
 (0)