mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix order types param
This commit is contained in:
@@ -63,7 +63,7 @@ class TypeRegistry
|
||||
'type' => Type::listOf(Type::string()),
|
||||
'defaultValue' => [],
|
||||
],
|
||||
'orderType' => [
|
||||
'orderTypes' => [
|
||||
'type' => Type::listOf(Type::string()),
|
||||
'defaultValue' => [],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user