Skip to content

Commit

Permalink
add new UPDATE_FAIL issue type
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-418 authored Jan 23, 2025
1 parent c5bd35a commit c663d80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion issue/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ message Request {
CHAT_NOT_WORKING = 7;
DISCOVER_NOT_WORKING = 8;
OTHER = 9;
UPDATE_FAIL = 10;
}

ISSUE_TYPE type = 1;
Expand All @@ -40,4 +41,4 @@ message Request {
string name = 2;
bytes content = 3;
}
}
}

0 comments on commit c663d80

Please sign in to comment.