Skip to content

Commit

Permalink
fix: corrected java domain file
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 committed Nov 20, 2023
1 parent b98e21f commit 49048b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/java/src/main/java/com/twilio/Domains.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ public enum Domains {
API("api"),
FLEXAPI("flex-api"),
VERSIONLESS("versionless"),
MESSAGING("messaging");

MESSAGING("messaging"),
ACCOUNTS("accounts");

private final String value;
Expand Down

0 comments on commit 49048b0

Please sign in to comment.