mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
fix stats query
This commit is contained in:
parent
810ae101ed
commit
aa8057f9fe
3 changed files with 2 additions and 5 deletions
|
|
@ -52,8 +52,6 @@ export async function getSession(req) {
|
|||
device,
|
||||
});
|
||||
|
||||
console.log(session);
|
||||
|
||||
if (!session) {
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue