mirror of
https://github.com/appwrite/appwrite
synced 2026-05-21 07:58:55 +00:00
Fix order types param
This commit is contained in:
parent
58f9ccb023
commit
1899b3ccd2
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class TypeRegistry
|
|||
'type' => Type::listOf(Type::string()),
|
||||
'defaultValue' => [],
|
||||
],
|
||||
'orderType' => [
|
||||
'orderTypes' => [
|
||||
'type' => Type::listOf(Type::string()),
|
||||
'defaultValue' => [],
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue