Skip to content

Commit 193082f

Browse files
committed
fix silly bug
1 parent 93aa63c commit 193082f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const inputTypes: ReadonlyArray<string> = ["number", "value", "slider", "switch"
7272

7373
interface ConfigDefinition {
7474
meta: {
75-
ver: "1" | "2";
75+
ver: 1 | 2;
7676
tab: string;
7777
id: string;
7878
};

0 commit comments

Comments
 (0)