Silence activation failure logging
cgen-d76bb26027d343e1a3aff065016e41a1
This commit is contained in:
parent
1d160086c1
commit
b286e5afc0
1 changed files with 1 additions and 2 deletions
|
|
@ -819,8 +819,7 @@ export const aethexAchievementService = {
|
|||
}
|
||||
|
||||
return (await response.json()) as ActivateRewardsResponse;
|
||||
} catch (error) {
|
||||
console.warn("activateCommunityRewards failed:", error);
|
||||
} catch {
|
||||
return null;
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue