Merge branch 'dev'

pull/1974/head
Mike Cao 2023-04-21 21:29:17 -07:00
commit ef59e93adc
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@
} else if (typeof obj === 'function') { } else if (typeof obj === 'function') {
return send(obj(getPayload())); return send(obj(getPayload()));
} }
return Promise.reject(); return send(getPayload());
}; };
/* Start */ /* Start */