From 0d2b60587f20ea9d2026823c2e239e084a66b2fc Mon Sep 17 00:00:00 2001 From: alma Date: Fri, 16 Jan 2026 23:17:39 +0100 Subject: [PATCH] Fondation --- app/api/courrier/[id]/attachment/[attachmentIndex]/route.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/api/courrier/[id]/attachment/[attachmentIndex]/route.ts b/app/api/courrier/[id]/attachment/[attachmentIndex]/route.ts index 6188d54..2b71c22 100644 --- a/app/api/courrier/[id]/attachment/[attachmentIndex]/route.ts +++ b/app/api/courrier/[id]/attachment/[attachmentIndex]/route.ts @@ -2,7 +2,6 @@ import { NextResponse } from 'next/server'; import { getServerSession } from 'next-auth'; import { authOptions } from "@/app/api/auth/options"; import { getEmailContent, shouldUseGraphAPI } from '@/lib/services/email-service'; -import { fetchGraphEmailAttachment } from '@/lib/services/microsoft-graph-mail'; import { logger } from '@/lib/logger'; /**