Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nakajima committed Nov 30, 2023
1 parent 90c449a commit 0576065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/Contacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { Client } from './Client'
import * as XMTPModule from '../index'

export default class Contacts {
client: Client
client: Client<any>

constructor(client: Client) {
constructor(client: Client<any>) {
this.client = client
}

Expand Down

0 comments on commit 0576065

Please sign in to comment.