From 15957953df25e9547f43cfa898f87bfccfb0abe4 Mon Sep 17 00:00:00 2001 From: alma Date: Mon, 5 May 2025 14:07:01 +0200 Subject: [PATCH] build fix --- app/api/courrier/account/route.ts | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/app/api/courrier/account/route.ts b/app/api/courrier/account/route.ts index 994eb09d..181d5752 100644 --- a/app/api/courrier/account/route.ts +++ b/app/api/courrier/account/route.ts @@ -282,13 +282,4 @@ export async function PATCH(request: Request) { { status: 500 } ); } -} - -const handleAddAccount = async (accountData: AccountData) => { - // ... account creation logic ... - // setAccounts(prev => [...prev, newAccount]); - // setVisibleFolders(prev => ({ - // ...prev, - // [newAccount.id]: newAccount.folders - // })); -}; \ No newline at end of file +} \ No newline at end of file