fix userId getReport query
This commit is contained in:
@@ -78,7 +78,7 @@ export default async (
|
|||||||
},
|
},
|
||||||
]
|
]
|
||||||
: []),
|
: []),
|
||||||
...(userId
|
...(userId && !websiteId && !teamId
|
||||||
? [
|
? [
|
||||||
{
|
{
|
||||||
website: {
|
website: {
|
||||||
|
|||||||
Reference in New Issue
Block a user