fix: missing full stop

This commit is contained in:
Methapon2001 2024-04-09 18:04:26 +07:00
parent eda469779b
commit 8cc442df18

View file

@ -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(