Skip to content

Commit

Permalink
fix: ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
a145789 committed Jul 16, 2024
1 parent 72e489d commit 9727abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function setElement(id: string, num: number) {
}

let lock = false
let timer: number
let timer: any
async function getSystemInfo() {
if (lock) {
return
Expand Down

0 comments on commit 9727abc

Please sign in to comment.