Skip to content

Commit

Permalink
fix up typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Jul 2, 2024
1 parent 5028c42 commit b781c98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ class XMTPModule : Module() {

//
// Client API
AsyncFunction("canMessage") Coroutine { clientAddress: String, peerAddress: String ->
AsyncFunction("canMessage") Coroutine { inboxId: String, peerAddress: String ->
withContext(Dispatchers.IO) {
logV("canMessage")
val client = clients[inboxId] ?: throw XMTPException("No client")
Expand Down

0 comments on commit b781c98

Please sign in to comment.