create local uri out of ID [CI SKIP]
This commit is contained in:
parent
ae27aabbef
commit
c17755e109
|
@ -106,7 +106,7 @@ export default define(meta, paramDef, async (ps, user) => {
|
||||||
});
|
});
|
||||||
let fromUrl: string | null = user.uri;
|
let fromUrl: string | null = user.uri;
|
||||||
if(!fromUrl) {
|
if(!fromUrl) {
|
||||||
throw new ApiError(meta.errors.localUriNull);
|
fromUrl = `${config.url}/users/${user.id}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
let toUrl: string | null = moveTo.uri;
|
let toUrl: string | null = moveTo.uri;
|
||||||
|
|
Loading…
Reference in New Issue