1
0
Fork 0
mirror of synced 2024-07-06 07:00:56 +12:00

Fixed linting errors

This commit is contained in:
gepd 2022-06-20 14:03:15 -04:00 committed by GitHub
parent 7b60a36eea
commit ca455b380e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2187,7 +2187,7 @@ trait DatabaseBase
$id = $document['body']['$id']; $id = $document['body']['$id'];
$document2 = $this->client->call(Client::METHOD_PATCH, '/database/collections/' . $data['moviesId'] . '/documents/'.$id, array_merge([ $document2 = $this->client->call(Client::METHOD_PATCH, '/database/collections/' . $data['moviesId'] . '/documents/' . $id, array_merge([
'content-type' => 'application/json', 'content-type' => 'application/json',
'x-appwrite-project' => $this->getProject()['$id'], 'x-appwrite-project' => $this->getProject()['$id'],
], $this->getHeaders()), [ ], $this->getHeaders()), [