Skip to content

Commit

Permalink
Codes are generated by openapi generator (#1441)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Yuta Kasai <yuta.kasai@linecorp.com>
  • Loading branch information
3 people authored Oct 8, 2024
1 parent 33eea0d commit b9e4031
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ public enum AudienceGroupFailedType {
@JsonProperty("INTERNAL_ERROR")
INTERNAL_ERROR,

@JsonProperty("null")
NULL,

@JsonEnumDefaultValue
UNDEFINED;

Expand All @@ -45,7 +42,6 @@ public String toValue() {
return switch (this) {
case AUDIENCE_GROUP_AUDIENCE_INSUFFICIENT -> "AUDIENCE_GROUP_AUDIENCE_INSUFFICIENT";
case INTERNAL_ERROR -> "INTERNAL_ERROR";
case NULL -> "null";

default -> "UNDEFINED";
};
Expand Down

0 comments on commit b9e4031

Please sign in to comment.