mirror of https://github.com/calzoneman/sync.git
Fix database.js
This commit is contained in:
parent
98853822e0
commit
d5ebf1ad4e
|
@ -63,7 +63,9 @@ Database.prototype.query = function (query, sub, callback) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} function blackHole() {
|
};
|
||||||
|
|
||||||
|
function blackHole() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue