feat: add column check bill
This commit is contained in:
parent
6bc9c72df8
commit
0f0d80f118
|
@ -494,7 +494,7 @@ export class TransactionService {
|
||||||
throw new HttpException(
|
throw new HttpException(
|
||||||
{
|
{
|
||||||
statusCode: HttpStatus.NOT_FOUND,
|
statusCode: HttpStatus.NOT_FOUND,
|
||||||
error: 'Build not found',
|
error: 'Bill not found',
|
||||||
},
|
},
|
||||||
HttpStatus.NOT_FOUND,
|
HttpStatus.NOT_FOUND,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user