chore: change the real user abd legal user data
This commit is contained in:
@@ -477,6 +477,7 @@ export class InvoicesService {
|
||||
const invoiceCount = await this.invoiceRepository.count({
|
||||
where: {
|
||||
user: { id: userId },
|
||||
status: InvoiceStatus.WAIT_PAYMENT,
|
||||
},
|
||||
});
|
||||
return invoiceCount;
|
||||
|
||||
Reference in New Issue
Block a user