Skip to content

Commit

Permalink
fix typo in groups file (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer authored Feb 9, 2024
1 parent 9aef614 commit 64f9e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/XMTPiOS/Group.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import Foundation
import LibXMTP

final class MessageCallback: FfiMessageCallback {
let client: XMTPiOS.Client
let client: Client
let callback: (DecodedMessage) -> Void

init(client: XMTPiOS.Client, _ callback: @escaping (DecodedMessage) -> Void) {
init(client: Client, _ callback: @escaping (DecodedMessage) -> Void) {
self.client = client
self.callback = callback
}
Expand Down

0 comments on commit 64f9e97

Please sign in to comment.