1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

lint issues

This commit is contained in:
Prateek Banga 2023-07-08 01:31:20 +05:30
parent 4542ec34ae
commit a98248478f

View file

@ -302,7 +302,7 @@ class DatabasesCustomClientTest extends Scope
'onDelete' => 'restrict',
]);
//fetching attributes after updating relation to compare
//fetching attributes after updating relation to compare
$collection1Attributes = $this->client->call(Client::METHOD_GET, '/databases/' . $databaseId . '/collections/' . $collection1['body']['$id'], [
'content-type' => 'application/json',
'x-appwrite-project' => $this->getProject()['$id'],