mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 21:27:23 +01:00
fix(analytics): problems
This commit is contained in:
@@ -56,7 +56,7 @@ export default function hatch (user, req = {}, analytics) {
|
||||
|
||||
if (!user.achievements.hatchedPet && user.addAchievement) {
|
||||
user.addAchievement('hatchedPet');
|
||||
checkOnboardingStatus(user, analytics);
|
||||
checkOnboardingStatus(user, req, analytics);
|
||||
}
|
||||
|
||||
forEach(content.animalColorAchievements, achievement => {
|
||||
|
||||
Reference in New Issue
Block a user