From 8cc442df18a89d5cf4d946560c1a41d843ecadbe Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Tue, 9 Apr 2024 18:04:26 +0700 Subject: [PATCH] fix: missing full stop --- src/controllers/user-controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/user-controller.ts b/src/controllers/user-controller.ts index 86e4afd..2fefb3a 100644 --- a/src/controllers/user-controller.ts +++ b/src/controllers/user-controller.ts @@ -188,7 +188,7 @@ export class UserController extends Controller { }); if (!record) - throw new HttpError(HttpStatus.NOT_FOUND, "User cannot be found", "data_not_found"); + throw new HttpError(HttpStatus.NOT_FOUND, "User cannot be found.", "data_not_found"); return Object.assign(record, { profileImageUrl: await minio.presignedGetObject(