mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Merge branch 'dev'
This commit is contained in:
commit
ef59e93adc
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@
|
|||
} else if (typeof obj === 'function') {
|
||||
return send(obj(getPayload()));
|
||||
}
|
||||
return Promise.reject();
|
||||
return send(getPayload());
|
||||
};
|
||||
|
||||
/* Start */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue