mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 16:45:35 +01:00
Merge branch 'dev' into analytics
This commit is contained in:
commit
fec284c904
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue