Skip to content

Commit e338cb4

Browse files
committed
fix: lint
1 parent 4b069fc commit e338cb4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/ROUTES.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,6 @@ const ROUTES = {
606606
},
607607
BANK_ACCOUNT_USD_SETUP: {
608608
route: 'bank-account/new/us/:page?/:subPage?/:action?',
609-
// eslint-disable-next-line no-restricted-syntax -- Legacy route generation
610609
getRoute: ({policyID, page, subPage, action, backTo}: {policyID?: string; page?: string; subPage?: string; action?: 'edit'; backTo?: string}) => {
611610
const base = 'bank-account/new/us';
612611
const pagePart = page ? `/${page}` : '';

0 commit comments

Comments
 (0)