Skip to content

Commit

Permalink
[fix] #134 GroupType 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
2hyunjinn committed Jan 19, 2025
1 parent af62bbf commit 004b61d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class EveryGroupInfoStrategy implements GroupInfoStrategy {

@Override
public boolean supports(GroupType groupType) {
return groupType == GroupType.ONCE;
return groupType == GroupType.WEEKLY;
}

@Override
Expand Down

0 comments on commit 004b61d

Please sign in to comment.