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