Skip to content

Commit

Permalink
fix: Correct field name in GetAnnouncementRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
das-Abroxas committed Jun 28, 2024
1 parent 4efedc2 commit 9090ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aruna/api/storage/services/v2/info_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ message GetAnnouncementsResponse {
}

message GetAnnouncementRequest {
string id = 1;
string announcement_id = 1;
}

message GetAnnouncementResponse {
Expand Down

0 comments on commit 9090ec1

Please sign in to comment.