Skip to content

Commit c889c0b

Browse files
committed
cleanup
1 parent 8828bf6 commit c889c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simple/doxbee-async.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ module.exports = {
9797

9898
// a queryish object with all kinds of functions
9999
function Queryish() {}
100+
Queryish.count = 0;
100101
async function dummy_1() {
101102
Queryish.count++;
102103
}
103104
async function dummy_2(a) {
104105
Queryish.count++;
105106
}
106107

107-
Queryish.count = 0;
108108
Queryish.prototype.all = dummy_1;
109109
Queryish.prototype.exec = dummy_1;
110110
Queryish.prototype.execWithin = dummy_2;

0 commit comments

Comments
 (0)