From aa440180e63b15f9cc933010ad53ab7d35daff39 Mon Sep 17 00:00:00 2001 From: Thomas Belin Date: Thu, 14 Sep 2023 15:30:53 +0200 Subject: [PATCH] fix: Enable api version 4 --- 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 7b35fc98e3c..8e96a80b4b9 100644 --- a/src/script/Config.ts +++ b/src/script/Config.ts @@ -76,7 +76,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 : 3], + SUPPORTED_API_RANGE: [1, env.ENABLE_DEV_BACKEND_API ? Infinity : 4], /** DataDog client api keys acces */ dataDog: {