From af37ac850c2304fcfce795da4d8bbc9f0380d1b1 Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Mon, 28 Oct 2024 14:28:02 +0700 Subject: [PATCH] chore: cleanup --- src/controllers/05-quotation-controller.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controllers/05-quotation-controller.ts b/src/controllers/05-quotation-controller.ts index ec6e464..4abbf17 100644 --- a/src/controllers/05-quotation-controller.ts +++ b/src/controllers/05-quotation-controller.ts @@ -25,7 +25,6 @@ import { isSystem } from "../utils/keycloak"; import { isUsedError, notFoundError, relationError } from "../utils/error"; import { precisionRound } from "../utils/arithmetic"; import { queryOrNot } from "../utils/relation"; -import { filterStatus } from "../services/prisma"; type QuotationCreate = { registeredBranchId: string;