Skip to content

Commit dd03b99

Browse files
committed
fix: remove unused import in send.ts in cli commands
1 parent 8b5c350 commit dd03b99

File tree

1 file changed

+0
-1
lines changed
  • email/mailmerge-cli/src/commands

1 file changed

+0
-1
lines changed

email/mailmerge-cli/src/commands/send.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
Mailer,
99
} from "@docsoc/mailmerge";
1010
import { Args, Command, Flags } from "@oclif/core";
11-
import test from "node:test";
1211

1312
export default class Send extends Command {
1413
static override args = {

0 commit comments

Comments
 (0)