We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0abfd52 commit 3e77323Copy full SHA for 3e77323
src/main/java/io/mailtrap/model/ResourceType.java
@@ -9,7 +9,6 @@ public enum ResourceType {
9
PROJECT("project"),
10
INBOX("inbox"),
11
SENDING_DOMAIN("sending_domain"),
12
- //TODO clarify name and rename enum value
13
EMAIL_CAMPAIGN_PERMISSION_SCOPE("email_campaign_permission_scope");
14
15
private final String value;
0 commit comments