mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 22:27:16 +01:00
Removed polyfills from tracker. Switched to XMLHttpRequest.
This commit is contained in:
parent
023adafa39
commit
b19889638a
2 changed files with 18 additions and 3 deletions
|
|
@ -23,6 +23,7 @@ export const useSession = use(async (req, res, next) => {
|
|||
try {
|
||||
session = await getSession(req);
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
return serverError(res, e.message);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue