Skip to content

Commit 568c9fe

Browse files
committed
fix linter
1 parent d6670ac commit 568c9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gm/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Client, type XmtpEnv } from "@xmtp/node-sdk";
2-
import { createSigner, createUser, getEncryptionKeyFromHex } from "@/helpers";
2+
import { createSigner, getEncryptionKeyFromHex } from "@/helpers";
33

44
/* Get the wallet key associated to the public key of
55
* the agent and the encryption key for the local db

0 commit comments

Comments
 (0)