refactor(nestjs): transaction locking

This commit is contained in:
Ahmed Bouhuolia
2025-04-07 13:35:02 +02:00
parent 443fbdd89e
commit 4febc4e502
9 changed files with 14 additions and 18 deletions

View File

@@ -119,8 +119,8 @@ export class MetableStore implements IMetableStore {
value: newValue,
key,
...extraColumns,
group: extraColumns?.group || 'default',
_markAsInserted: true,
group: 'default',
});
}
}