Skip to content

Commit b713ef5

Browse files
committed
refactor: code
1 parent 7f3f2ac commit b713ef5

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
@@ -46,7 +46,7 @@ function batchDestroy(filter) {
4646
ins.remove()
4747
cache.remove(ins)
4848
}
49-
})
49+
})
5050
} else {
5151
instances.forEach(ins => {
5252
if (ins && isFunction(ins.remove)) {

0 commit comments

Comments
 (0)