fix: missing full stop
This commit is contained in:
parent
eda469779b
commit
8cc442df18
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ export class UserController extends Controller {
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!record)
|
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, {
|
return Object.assign(record, {
|
||||||
profileImageUrl: await minio.presignedGetObject(
|
profileImageUrl: await minio.presignedGetObject(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue