Skip to content

Commit

Permalink
chore: enable api v6 [wpb-10266] (#17879)
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Gira authored Aug 8, 2024
1 parent 037acca commit 6608a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 6608a4c

Please sign in to comment.