mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
fix userId getReport query
This commit is contained in:
parent
d40807e672
commit
bafa3ad8c9
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ export default async (
|
|||
},
|
||||
]
|
||||
: []),
|
||||
...(userId
|
||||
...(userId && !websiteId && !teamId
|
||||
? [
|
||||
{
|
||||
website: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue