chore: error message updated
This commit is contained in:
committed by
Andrew Bastin
parent
619bdf85f3
commit
efc98588d9
@@ -416,7 +416,7 @@ export class UserService {
|
|||||||
});
|
});
|
||||||
return E.right(true);
|
return E.right(true);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
return E.left(USER_NOT_FOUND);
|
return E.left(USER_UPDATE_FAILED);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user