Skip to content

Commit

Permalink
Revert "fix: fixed api version fallback"
Browse files Browse the repository at this point in the history
This reverts commit e73a552.
  • Loading branch information
kevin.jaroschewski committed Dec 10, 2024
1 parent e73a552 commit 266ccd0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/utils/config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/* global window */

export const config = {
...window.config,
apiVersion: window.config?.apiVersion || "v5",
};
export const config = window.config;

0 comments on commit 266ccd0

Please sign in to comment.