1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-29 15:53:45 +00:00

fix eslint issue

This commit is contained in:
John Harrington
2026-01-15 08:41:14 -07:00
parent 42691b7b76
commit ff81b34b28

View File

@@ -19,7 +19,6 @@ import { Response } from "../../../models/response";
import { CliUtils } from "../../../utils";
import { SendTextResponse } from "../models/send-text.response";
import { SendResponse } from "../models/send.response";
``
export class SendCreateCommand {
constructor(
private sendService: SendService,