mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fix unsetting method invocation
This commit is contained in:
@@ -1794,7 +1794,6 @@ Object.assign(Server.prototype, {
|
||||
const options = args[0]?.hasOwnProperty('returnStubValue')
|
||||
? args.shift()
|
||||
: {};
|
||||
DDP._CurrentMethodInvocation._set();
|
||||
DDP._CurrentMethodInvocation._setCallAsyncMethodRunning(true);
|
||||
const promise = new Promise((resolve, reject) => {
|
||||
DDP._CurrentCallAsyncInvocation._set({ name, hasCallAsyncParent: true });
|
||||
|
||||
Reference in New Issue
Block a user