Skip to content

Commit

Permalink
Add missing AddUsernameError struct
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeblahblah committed Apr 10, 2024
1 parent ff7a8e1 commit fa1a3d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions thrift/native.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ union DiscussionResponse {
2: DiscussionNativeError error;
}

struct AddUsernameError {
1: string message;
}

struct AddUsernameApiResponse {
1: string status;
2: optional list<AddUsernameError> errors;
Expand Down

0 comments on commit fa1a3d6

Please sign in to comment.