Skip to content

Commit

Permalink
Chore: restore "chore: set default api to v7 (#18478)" (#18483)"
Browse files Browse the repository at this point in the history
This reverts commit 34383fc.
  • Loading branch information
V-Gira committed Dec 12, 2024
1 parent d392567 commit c7021e7
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 @@ -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 : 6],
SUPPORTED_API_RANGE: [1, env.ENABLE_DEV_BACKEND_API ? Infinity : 7],

/** DataDog client api keys acces */
dataDog: {
Expand Down

0 comments on commit c7021e7

Please sign in to comment.