mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
10eae0ab87
The DELETE_TYPE_TRANSACTION constant was 'transaction' (singular), so the worker's inner switch on $document->getCollection() (which returns 'transactions') never matched and every transaction deletion fell to the default branch, logging "No lazy delete operation available for document of type: transactions". Renamed to DELETE_TYPE_TRANSACTIONS to align with every other constant used in that switch. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>