mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
fixes subquery attribute in collection config
This commit is contained in:
parent
2c4e90d660
commit
379f7b9aa2
1 changed files with 1 additions and 1 deletions
|
|
@ -1672,7 +1672,7 @@ $commonCollections = [
|
|||
'signed' => true,
|
||||
'required' => false,
|
||||
'default' => null,
|
||||
'array' => true,
|
||||
'array' => false,
|
||||
'filters' => ['subQueryTopicTargets'],
|
||||
]
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue