fix: fix product upload
This commit is contained in:
@@ -1062,7 +1062,7 @@ export class TransactionService {
|
||||
'status',
|
||||
'userData.name',
|
||||
])
|
||||
.orderBy('transaction.created_at','DESC');
|
||||
.orderBy('transaction.created_at', 'DESC');
|
||||
|
||||
if (startDate && endDate) {
|
||||
baseQuery.andWhere(
|
||||
|
||||
Reference in New Issue
Block a user