Skip to content

Commit

Permalink
lint fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Dec 2, 2023
1 parent 83bfc85 commit 3b7f676
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,14 @@ export class Client<ContentTypes> {
* @returns {Promise<boolean>}
*/
static async canMessage(
peerAddress: string,
peerAddress: string,
opts?: Partial<ClientOptions>
): Promise<boolean> {
const options = defaultOptions(opts)
return await XMTPModule.staticCanMessage(
peerAddress,
options.env,
options.appVersion,
peerAddress,
options.env,
options.appVersion
)
}

Expand Down

0 comments on commit 3b7f676

Please sign in to comment.