remove comment

This commit is contained in:
fogelito
2023-02-23 12:26:24 +02:00
parent ad320e97c6
commit 031d85e5d6
@@ -1035,14 +1035,10 @@ trait DatabasesBase
'x-appwrite-project' => $this->getProject()['$id'],
'x-appwrite-timeout' => 1,
], $this->getHeaders()), [
//'queries' => ['notEqual("longtext", "appwrite")'],
'queries' => ['notEqual("longtext", "appwrite")'],
]);
var_dump($docs);
}
exit;
for ($i = 0; $i < count($documents); $i++) {
$this->client->call(Client::METHOD_DELETE, '/databases/' . $data['databaseId'] . '/collections/' . $data['moviesId'] . '/documents/' . $documents[$i]['body']['$id'], array_merge([
'content-type' => 'application/json',