1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

fixed minor typo

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

View file

@ -2185,7 +2185,7 @@ trait DatabaseBase
'write' => ['user:' . $this->getUser()['$id']],
]);
$id = $document['body']['$id'];
$id = $document1['body']['$id'];
$document2 = $this->client->call(Client::METHOD_PATCH, '/database/collections/' . $data['moviesId'] . '/documents/' . $id, array_merge([
'content-type' => 'application/json',