1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

Fix missing lines from conflict resolution

This commit is contained in:
kodumbeats 2021-09-01 10:57:20 -04:00
parent c49179e6bc
commit 6b7059c034

View file

@ -1159,6 +1159,9 @@ trait DatabaseBase
sleep(2);
$document1 = $this->client->call(Client::METHOD_POST, '/database/collections/' . $collectionId . '/documents', array_merge([
'content-type' => 'application/json',
'x-appwrite-project' => $this->getProject()['$id'],
], $this->getHeaders()), [
'documentId' => 'unique()',
'data' => [
'attribute' => 'one',