mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fix minor uncommited change
This commit is contained in:
@@ -352,7 +352,7 @@ export default class Cursor {
|
||||
return handle;
|
||||
}
|
||||
|
||||
async observeChangesAsync() {
|
||||
async observeChangesAsync(options) {
|
||||
return new Promise(resolve => resolve(this.observeChanges(options)));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user