Skip to content

Commit

Permalink
GetExporterResponse should not be repeated
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Jul 16, 2024
1 parent 9c488f9 commit 842a5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/jumpstarter/v1/jumpstarter.proto
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ message GetExporterRequest {
}

message GetExporterResponse {
repeated GetReportResponse exporter = 1;
GetReportResponse exporter = 1;
}

message LeaseExporterRequest {
Expand Down

0 comments on commit 842a5ff

Please sign in to comment.