From 2025551f3ca848443773ac77bd0cf5b6ac1ba953 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Fri, 24 Jan 2025 22:25:34 +0800 Subject: [PATCH] remove unused code --- src/models/account.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/models/account.ts b/src/models/account.ts index 0ae6537c..3ab62508 100644 --- a/src/models/account.ts +++ b/src/models/account.ts @@ -401,5 +401,4 @@ export interface AccountCategoriesWithVisibleCount { export interface AccountShowingIds { readonly accounts: Record; readonly subAccounts: Record; - }