Merge branch 'dev'

This commit is contained in:
Mike Cao 2023-04-21 21:29:17 -07:00
commit ef59e93adc

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 */