Skip to content

Commit

Permalink
fix swift compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Nov 25, 2024
1 parent f0eb4a7 commit 1241020
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 @@ -1760,7 +1760,7 @@ public class XMTPModule: Module {
[
"inboxId": inboxId,
"consent": ConsentWrapper.encodeToObj(
consent, client: client),
consent),
])
}
} catch {
Expand Down

0 comments on commit 1241020

Please sign in to comment.