mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
refactor: nestjs
This commit is contained in:
@@ -56,7 +56,7 @@ export class TransactionsLockingController {
|
||||
@ApiOperation({ summary: 'Partial unlock all transactions locking for a module or all modules' })
|
||||
async unlockTransactionsLockingBetweenPeriod(
|
||||
@Body('module') module: TransactionsLockingGroup,
|
||||
@Body() unlockDTO: UnlockTransactionsLockingDto,
|
||||
@Body() unlockDTO: ITransactionLockingPartiallyDTO,
|
||||
) {
|
||||
const transactionMeta =
|
||||
await this.transactionsLockingService.unlockTransactionsLockingPartially(
|
||||
|
||||
Reference in New Issue
Block a user