Skip to content

Commit 532b92c

Browse files
committed
chore: fix lint
1 parent beb294f commit 532b92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Network.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export default class Network {
109109
}
110110
}
111111
}
112-
var blocked = false
112+
let blocked = false
113113
xhr.onerror = xhr.ontimeout = () => {
114114
if (xhr.status === 0) {
115115
blocked = true

0 commit comments

Comments
 (0)