Skip to content

Commit

Permalink
chore: remove disqualified regions
Browse files Browse the repository at this point in the history
  • Loading branch information
yHSJ committed Dec 10, 2024
1 parent 15519d4 commit 3a57bff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/main/java/fi/sundae/bot/tournament/Region.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
package fi.sundae.bot.tournament;

public enum Region {
ASIA("ap-southeast-1", "Asia"),
EUROPE("eu-central-1", "Europe"),
SOUTH_AMERICA("sa-east-1", "South America"),
US_EAST("us-east-1", "US East"),
US_WEST("us-west-2", "US West");

Expand Down

0 comments on commit 3a57bff

Please sign in to comment.