Skip to content

Commit

Permalink
fix proto
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-dydx committed Jan 12, 2024
1 parent 4f39b9a commit b8990d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proto/dydxprotocol/blocktime/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ service Query {
// Queries all recorded downtime info.
rpc AllDowntimeInfo(QueryAllDowntimeInfoRequest)
returns (QueryAllDowntimeInfoResponse) {
option (google.api.http).get = "/dydxprotocol/v4/blocktime/all_downtime_info";
option (google.api.http).get =
"/dydxprotocol/v4/blocktime/all_downtime_info";
}
}

Expand Down

0 comments on commit b8990d4

Please sign in to comment.