Merge branch 'dev'
commit
ef59e93adc
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue