pull/11/head
Timothée Rebours 3 years ago
parent 5a9899e9f4
commit b57e3a01fb
  1. 4
      lib/cursor.js

@ -14,8 +14,8 @@ class Cursor {
constructor (db, query, execFn, async = false) {
this.db = db
this.query = query || {}
if (execFn) { this.execFn = execFn }
if (async) { this.async = true }
if (execFn) this.execFn = execFn
if (async) this.async = true
}
/**

Loading…
Cancel
Save