mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Fix tracker.
This commit is contained in:
parent
00d0421623
commit
47f63d80c4
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