formatting and pull 1.6.x

This commit is contained in:
fogelito
2025-01-05 13:03:58 +02:00
parent 37eed0f16e
commit 51dc3774a5
+2 -2
View File
@@ -3033,8 +3033,8 @@ App::post('/v1/databases/:databaseId/collections/:collectionId/documents')
/**
* Add inserts $operations relations metrics here
*/
var_dump('shmuel === $operations');
var_dump($operations);
var_dump('shmuel === $operations');
var_dump($operations);
try {
$document = $dbForProject->createDocument('database_' . $database->getInternalId() . '_collection_' . $collection->getInternalId(), $document);