mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Another merge to empty object
This commit is contained in:
@@ -1520,6 +1520,7 @@ export class GraphQLService {
|
||||
query.deep,
|
||||
currentAlias ?? current,
|
||||
merge(
|
||||
{},
|
||||
get(query.deep, currentAlias ?? current),
|
||||
mapKeys(sanitizeQuery(args, this.accountability), (value, key) => `_${key}`)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user