Skip to content

Commit 1a5fa07

Browse files
committed
fix: remove extra fn var
1 parent 3a03dc5 commit 1a5fa07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ function noop() {}
33
export default function (url, opts) {
44
opts = opts || {};
55

6-
let k, fn, ws, $={};
6+
let k, ws, $={};
77
let ms=opts.timeout || 1e3, num=0, max=opts.maxAttempts || Infinity;
88

99
for (k in opts) {

0 commit comments

Comments
 (0)