mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fixes subquery attribute in collection config
This commit is contained in:
@@ -1672,7 +1672,7 @@ $commonCollections = [
|
||||
'signed' => true,
|
||||
'required' => false,
|
||||
'default' => null,
|
||||
'array' => true,
|
||||
'array' => false,
|
||||
'filters' => ['subQueryTopicTargets'],
|
||||
]
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user