Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit 210d902

Browse files
committed
fix bug of typescript validation
1 parent f5f806d commit 210d902

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const contributor = reactive({
1818
column: 6,
1919
})
2020
21-
function validate(map: Record<string, string>) {
21+
function validate(map: Record<string, any>) {
2222
for (const key in map) {
2323
if (!map[key]) {
2424
return false;

0 commit comments

Comments
 (0)