mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: refactor error logs
This commit is contained in:
parent
26cbeee5af
commit
173fb41e63
3 changed files with 14 additions and 7 deletions
|
@ -44,7 +44,7 @@ export const getUserData = () => {
|
|||
if (err instanceof UserNotLoggedInError) {
|
||||
return null;
|
||||
}
|
||||
logger.error("Failed to get logged user", err);
|
||||
logger.error("Failed to get logged user");
|
||||
const loggedUser = await userAuthRepository.findOne({
|
||||
where: { id: 1 },
|
||||
relations: { subscription: true },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue