From 2ffffe3e329b57773a797671866fb98346b37808 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Thu, 18 Dec 2025 21:44:34 +0100 Subject: [PATCH 1/2] fix: supprimer les commentaires eslint inutiles dans la configuration du worker --- worker-configuration.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker-configuration.d.ts b/worker-configuration.d.ts index f9ee652..a977309 100644 --- a/worker-configuration.d.ts +++ b/worker-configuration.d.ts @@ -8593,7 +8593,7 @@ type AIGatewayHeaders = { [key: string]: string | number | boolean | object; }; type AIGatewayUniversalRequest = { - provider: AIGatewayProviders | string; // eslint-disable-line + provider: AIGatewayProviders | string; endpoint: string; headers: Partial; query: unknown; @@ -8609,7 +8609,7 @@ declare abstract class AiGateway { gateway?: UniversalGatewayOptions; extraHeaders?: object; }): Promise; - getUrl(provider?: AIGatewayProviders | string): Promise; // eslint-disable-line + getUrl(provider?: AIGatewayProviders | string): Promise; } interface AutoRAGInternalError extends Error { } From dc04539d1e9d59309f1fa63e627db3d76f7a768c Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Thu, 18 Dec 2025 21:48:11 +0100 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20supprimer=20l'=C3=A9v=C3=A9nement=20?= =?UTF-8?q?de=20pull=5Frequest=20dans=20la=20configuration=20de=20d=C3=A9p?= =?UTF-8?q?loiement=20Cloudflare?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cloudflare.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cloudflare.yml b/.github/workflows/cloudflare.yml index b13e5c0..72e1cc5 100644 --- a/.github/workflows/cloudflare.yml +++ b/.github/workflows/cloudflare.yml @@ -4,7 +4,6 @@ on: push: branches: - '**' - pull_request: permissions: contents: read