From 120f81b2a582de94953b37186a2936a0038f5863 Mon Sep 17 00:00:00 2001 From: Virgile Date: Wed, 11 Dec 2024 18:44:04 +0100 Subject: [PATCH] chore: Revert "chore: set default api to v7 (#18478)" This reverts commit 66f6d07b1d7470bd9cbf26759d67d948a06687f7. --- src/script/Config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/Config.ts b/src/script/Config.ts index 7a2d9b25c8b..04ba29ba490 100644 --- a/src/script/Config.ts +++ b/src/script/Config.ts @@ -81,7 +81,7 @@ const config = { ALLOWED_IMAGE_TYPES: ['image/bmp', 'image/gif', 'image/jpeg', 'image/jpg', 'image/png'], /** Which min and max version of the backend api do we support */ - SUPPORTED_API_RANGE: [1, env.ENABLE_DEV_BACKEND_API ? Infinity : 7], + SUPPORTED_API_RANGE: [1, env.ENABLE_DEV_BACKEND_API ? Infinity : 6], /** DataDog client api keys acces */ dataDog: {