diff --git a/cli/send.ts b/cli/send.ts index def2e76..a78dc55 100644 --- a/cli/send.ts +++ b/cli/send.ts @@ -47,8 +47,7 @@ export const cmd = new Command() }) } if (from.startsWith('!')) { - //@ts-ignore try expand - return expand(from.slice(1)) + return Contact.expand(from.slice(1)) } return Contact.fromString(from) })()