From 633a20c9b217f989f68e9790bf112af0a1b21324 Mon Sep 17 00:00:00 2001 From: Branden Rodgers Date: Wed, 15 Jan 2025 15:11:12 -0500 Subject: [PATCH] remove testing field --- commands/doctor.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/doctor.ts b/commands/doctor.ts index 6fe0120b5..546110dc1 100644 --- a/commands/doctor.ts +++ b/commands/doctor.ts @@ -14,7 +14,6 @@ const { i18n } = require('../lib/lang'); export interface DoctorOptions { 'output-dir'?: string; - someNewField: number; } const i18nKey = 'commands.doctor';