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(