chore: error message updated

This commit is contained in:
mirarifhasan
2024-02-13 11:14:18 +06:00
committed by Andrew Bastin
parent 619bdf85f3
commit efc98588d9

View File

@@ -416,7 +416,7 @@ export class UserService {
});
return E.right(true);
} catch (error) {
return E.left(USER_NOT_FOUND);
return E.left(USER_UPDATE_FAILED);
}
}