Skip to content

Commit

Permalink
remove redundant param
Browse files Browse the repository at this point in the history
  • Loading branch information
green-jay committed Aug 21, 2023
1 parent 6b92c3d commit 118b7a4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/routes/hydradx-ui/v1/stats/lrna.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ export default async (fastify, opts) => {
schema: {
description: "LRNA price & supply for the HydraDX stats page.",
tags: ["hydradx-ui/v1"],
params: {
type: "object",
properties: {
asset: {
type: "string",
description: "Asset (symbol). Leave empty for all assets.",
},
},
},
response: {
200: {
description: "Success Response",
Expand Down

0 comments on commit 118b7a4

Please sign in to comment.