mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
Remove state order on created, rely on sequence order
This commit is contained in:
parent
fb65d7a965
commit
b38b2bba0c
1 changed files with 0 additions and 1 deletions
|
|
@ -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 = [];
|
||||
|
|
|
|||
Loading…
Reference in a new issue