Skip to content

Commit

Permalink
Fixed description
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelotfr committed Nov 22, 2023
1 parent f2443cc commit 5eab96a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fetch/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export default new OpenApiBuilder()
get: {
tags: [TAGS.USAGE],
summary: "Get aggregate of trace_calls",
description: "Get aggregate of trace_calls for given time range filtered by `chain` or `block_number`",
description: "Get aggregate of trace_calls for given time range filtered by `chain`",
parameters: [
{
name: "aggregate_function",
Expand Down Expand Up @@ -187,7 +187,7 @@ export default new OpenApiBuilder()
get: {
tags: [TAGS.USAGE],
summary: "Get aggregate of transaction_traces",
description: "Get aggregate of transaction_traces for given time range filtered by `chain` or `block_number`",
description: "Get aggregate of transaction_traces for given time range filtered by `chain`",
parameters: [
{
name: "aggregate_function",
Expand Down

0 comments on commit 5eab96a

Please sign in to comment.