Merge branch 'dev'
This commit is contained in:
@@ -195,7 +195,7 @@
|
||||
} else if (typeof obj === 'function') {
|
||||
return send(obj(getPayload()));
|
||||
}
|
||||
return Promise.reject();
|
||||
return send(getPayload());
|
||||
};
|
||||
|
||||
/* Start */
|
||||
|
||||
Reference in New Issue
Block a user