Skip to content

Commit

Permalink
Update Region.java
Browse files Browse the repository at this point in the history
Switch to Asia, not Africa
  • Loading branch information
Quantumplation authored Dec 10, 2024
1 parent d325cba commit 833eeef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/fi/sundae/bot/tournament/Region.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package fi.sundae.bot.tournament;

public enum Region {
AFRICA("af-south-1", "Africa"),
ASIA("ap-southeast-1", "Asia"),
EUROPE("eu-central-1", "Europe"),
SOUTH_AMERICA("sa-east-1", "South America"),
US_EAST("us-east-1", "US East"),
Expand Down

0 comments on commit 833eeef

Please sign in to comment.