Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
novacuum authored Nov 28, 2024
1 parent 5eeb2b6 commit e702692
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Jobs/CheckAndUpdateUserEmail.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ public function handle(UserValidator $validator)
$user->changeEmail($this->providedEmail);

$user->save();

$user->releaseEvents();
$user->releaseEvents();
}
}
}

0 comments on commit e702692

Please sign in to comment.