mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
Merge branch 'dev'
This commit is contained in:
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…
x
Reference in New Issue
Block a user