From a31f2b9bc57e96fc4567ca04ebcac8036d8e25ad Mon Sep 17 00:00:00 2001 From: Avior Date: Thu, 25 Jul 2024 12:20:31 +0200 Subject: [PATCH] fix: lint issue Signed-off-by: Avior --- server/src/libs/Errors.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server/src/libs/Errors.ts b/server/src/libs/Errors.ts index 89234cb81..89e8613e9 100644 --- a/server/src/libs/Errors.ts +++ b/server/src/libs/Errors.ts @@ -37,8 +37,9 @@ export function sendError(error: Errors, res: Response, metadata?: Record