Skip to content

Commit

Permalink
New Update
Browse files Browse the repository at this point in the history
1. Fix
  • Loading branch information
megoRU committed Jan 31, 2024
1 parent 75c4920 commit a2d4b8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/main/service/GiveawayUpdaterService.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ public void updateGiveaway(JDA jda) {
GiveawayRegistry.getInstance().putGift(guildId, giveaway);

if (dateEndGiveaway != null) {
//TODO: Потом включить
// participantsUpdaterService.update(jda);
participantsUpdaterService.update(jda);
giveaway.setLockEnd(false);
}
} catch (Exception e) {
Expand Down

0 comments on commit a2d4b8c

Please sign in to comment.