Skip to content

Commit

Permalink
remove unused input id
Browse files Browse the repository at this point in the history
  • Loading branch information
TMisiukiewicz committed Nov 7, 2024
1 parent a7c03d5 commit 96bcfa7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types/form/DebugReportForm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ type DebugReportForm = Form<
[INPUT_IDS.TOTAL]: string;
[INPUT_IDS.TYPE]: ValueOf<typeof CONST.REPORT.TYPE>;
[INPUT_IDS.UNHELD_TOTAL]: string;
[INPUT_IDS.VISIBLE_CHAT_MEMBER_ACCOUNT_IDS]: string;
[INPUT_IDS.WELCOME_MESSAGE]: string;
[INPUT_IDS.WRITE_CAPABILITY]: ValueOf<typeof CONST.REPORT.WRITE_CAPABILITIES>;
}
Expand Down

0 comments on commit 96bcfa7

Please sign in to comment.