Skip to content

Commit

Permalink
Merge pull request #435 from xmtp/ar/fix-ios
Browse files Browse the repository at this point in the history
fix: Fix iOS build
  • Loading branch information
alexrisch authored Jul 2, 2024
2 parents 2fdc48b + dd6f58f commit c74fc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/XMTPModule.swift
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ public class XMTPModule: Module {
try await group.updateGroupImageUrlSquare(imageUrlSquare: groupImageUrl)
}

AsyncFunction("groupDescription") { (inboxId: String, id: String) in
AsyncFunction("groupDescription") { (inboxId: String, id: String) -> String in
guard let client = await clientsManager.getClient(key: inboxId) else {
throw Error.noClient
}
Expand Down

0 comments on commit c74fc24

Please sign in to comment.