create local uri out of ID [CI SKIP]

This commit is contained in:
cutestnekoaqua 2022-12-15 16:55:22 +01:00
parent 3be1975b15
commit 8998bc7836

View File

@ -106,7 +106,7 @@ export default define(meta, paramDef, async (ps, user) => {
});
let fromUrl: string | null = user.uri;
if(!fromUrl) {
throw new ApiError(meta.errors.localUriNull);
fromUrl = `${config.url}/users/${user.id}`;
}
let toUrl: string | null = moveTo.uri;