From 344ffe727082ead714c15c60df02de6ce5805e71 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Mon, 20 Nov 2023 16:23:17 +0700 Subject: [PATCH] chore: response type --- Prototype/server/src/controllers/fileController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Prototype/server/src/controllers/fileController.ts b/Prototype/server/src/controllers/fileController.ts index 34e61fa..7382fde 100644 --- a/Prototype/server/src/controllers/fileController.ts +++ b/Prototype/server/src/controllers/fileController.ts @@ -118,7 +118,7 @@ export class FileController extends Controller { @Path() cabinetName: string, @Path() drawerName: string, @Path() folderName: string, - ) { + ): Promise { const search = await esClient.search< EhrFile & { attachment: Record;