fix minor uncommited change

This commit is contained in:
Nacho Codoñer
2024-02-26 14:14:56 +01:00
parent 1742f0f0e7
commit 008ef852ec

View File

@@ -352,7 +352,7 @@ export default class Cursor {
return handle;
}
async observeChangesAsync() {
async observeChangesAsync(options) {
return new Promise(resolve => resolve(this.observeChanges(options)));
}