From 8268639a08a9d930323e69b16a7b4c46d801a69b Mon Sep 17 00:00:00 2001 From: wayanrivan Date: Mon, 27 Apr 2026 16:14:31 +0700 Subject: [PATCH] update --- src/controllers/examination_type.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/examination_type.ts b/src/controllers/examination_type.ts index 50bdc4b..80d2626 100644 --- a/src/controllers/examination_type.ts +++ b/src/controllers/examination_type.ts @@ -1,4 +1,4 @@ -import { ExaminationType, Paging } from "entity"; + import { ExaminationType, Paging } from "entity"; import { NextFunction, Response } from "express"; import { Request } from "express-jwt"; import Joi from "joi";