From 0f0d80f11852e1b8be9bf89afb0632f64a9f9367 Mon Sep 17 00:00:00 2001 From: rahman Date: Mon, 16 May 2022 15:06:23 +0700 Subject: [PATCH] feat: add column check bill --- src/transaction/transaction.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transaction/transaction.service.ts b/src/transaction/transaction.service.ts index 63b34fd..8d0b789 100644 --- a/src/transaction/transaction.service.ts +++ b/src/transaction/transaction.service.ts @@ -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, );