mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
refactor(nestjs): transaction locking
This commit is contained in:
@@ -119,8 +119,8 @@ export class MetableStore implements IMetableStore {
|
||||
value: newValue,
|
||||
key,
|
||||
...extraColumns,
|
||||
group: extraColumns?.group || 'default',
|
||||
_markAsInserted: true,
|
||||
group: 'default',
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user