Skip to content

Commit

Permalink
remove testing field
Browse files Browse the repository at this point in the history
  • Loading branch information
brandenrodgers committed Jan 15, 2025
1 parent 97306f9 commit 633a20c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commands/doctor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const { i18n } = require('../lib/lang');

export interface DoctorOptions {
'output-dir'?: string;
someNewField: number;
}

const i18nKey = 'commands.doctor';
Expand Down

0 comments on commit 633a20c

Please sign in to comment.