From 18c3dbadd6de20c6dd80aa70e1042177c14c9256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Sat, 28 Mar 2026 17:01:07 +0100 Subject: [PATCH] Update packages/core-app-api/src/apis/implementations/FetchApi/ClarifyFailuresFetchMiddleware.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Fredrik Adelöw --- .../implementations/FetchApi/ClarifyFailuresFetchMiddleware.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core-app-api/src/apis/implementations/FetchApi/ClarifyFailuresFetchMiddleware.ts b/packages/core-app-api/src/apis/implementations/FetchApi/ClarifyFailuresFetchMiddleware.ts index 2b1b6553d1..38f6605428 100644 --- a/packages/core-app-api/src/apis/implementations/FetchApi/ClarifyFailuresFetchMiddleware.ts +++ b/packages/core-app-api/src/apis/implementations/FetchApi/ClarifyFailuresFetchMiddleware.ts @@ -18,7 +18,7 @@ import { FetchMiddleware } from './types'; /** * Replaces the generic "TypeError: Failed to fetch" error with a more - * informative message that includes the target URL. + * informative message that includes the HTTP method and target URL. */ export class ClarifyFailuresFetchMiddleware implements FetchMiddleware { apply(next: typeof fetch): typeof fetch {