From 52f8cb75cac4133d019bfd4573cfe9c27ffa6c2c Mon Sep 17 00:00:00 2001 From: ArnabChatterjee20k <83803257+ArnabChatterjee20k@users.noreply.github.com> Date: Wed, 3 Sep 2025 20:27:23 +0530 Subject: [PATCH] Update Upsert.php --- .../Http/Databases/Collections/Documents/Bulk/Upsert.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Bulk/Upsert.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Bulk/Upsert.php index bc26d4b4ad..395e3d757b 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Bulk/Upsert.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Bulk/Upsert.php @@ -151,7 +151,7 @@ class Upsert extends Action 'databases.[databaseId].collections.[collectionId].documents.[documentId].upsert', $database, $collection, - $documents, + $upserted, $queueForEvents, $queueForRealtime, $queueForFunctions,