1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

Key index constant renamed to key

This commit is contained in:
kodumbeats 2021-08-03 16:22:31 -04:00
parent 1b0a59d14a
commit dfd6d743a0

View file

@ -64,7 +64,7 @@ class WebhooksCustomServerTest extends Scope
'x-appwrite-key' => $this->getProject()['apiKey']
]), [
'id' => 'fullname',
'type' => 'text',
'type' => 'key',
'attributes' => ['lastName', 'firstName'],
'orders' => ['ASC', 'ASC'],
]);