Skip to content

Commit 9f56a1e

Browse files
authored
Add API_VERSION_1_47 import to fc.js
1 parent 7d44028 commit 9f56a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/fc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { bit_check } from "./bit";
22
import { reactive } from "vue";
3-
import { API_VERSION_1_45, API_VERSION_1_46 } from "./data_storage";
3+
import { API_VERSION_1_45, API_VERSION_1_46, API_VERSION_1_47 } from "./data_storage";
44
import semver from "semver";
55

66
const INITIAL_CONFIG = {

0 commit comments

Comments
 (0)