feat: add column check bill

This commit is contained in:
rahman 2022-05-16 15:06:23 +07:00
parent 6bc9c72df8
commit 0f0d80f118

View File

@ -494,7 +494,7 @@ export class TransactionService {
throw new HttpException(
{
statusCode: HttpStatus.NOT_FOUND,
error: 'Build not found',
error: 'Bill not found',
},
HttpStatus.NOT_FOUND,
);