mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Remove state order on created, rely on sequence order
This commit is contained in:
@@ -31,7 +31,6 @@ class TransactionState
|
||||
// Fetch operations ordered by sequence to replay in exact order
|
||||
$operations = $this->dbForProject->find('transactionLogs', [
|
||||
Query::equal('transactionInternalId', [$transaction->getSequence()]),
|
||||
Query::orderAsc('$createdAt'), // Ensure operations are processed in order
|
||||
]);
|
||||
|
||||
$state = [];
|
||||
|
||||
Reference in New Issue
Block a user