Skip to content

Commit

Permalink
chore: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
geneaky committed Nov 2, 2023
1 parent da8d58c commit 1917dc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ public FcmTokenScheduler(DeviceRepository deviceRepository) {
this.deviceRepository = deviceRepository;
}

@Scheduled(cron = "0 0 0 * * *")
@Transactional
@Scheduled(cron = "0 0 0 * * *")
public void clearExpiredFcmTokens() {
deviceRepository.deleteExpiredFcmToken();
}
Expand Down

0 comments on commit 1917dc1

Please sign in to comment.