From 6608a4ca755bdcc0f4eea90e93ca590970eb05ae Mon Sep 17 00:00:00 2001 From: Virgile <78490891+V-Gira@users.noreply.github.com> Date: Thu, 8 Aug 2024 14:50:21 +0100 Subject: [PATCH] chore: enable api v6 [wpb-10266] (#17879) --- 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 34df51a3107..98ae31239a4 100644 --- a/src/script/Config.ts +++ b/src/script/Config.ts @@ -78,7 +78,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 : 5], + SUPPORTED_API_RANGE: [1, env.ENABLE_DEV_BACKEND_API ? Infinity : 6], /** DataDog client api keys acces */ dataDog: {