Skip to content

Commit

Permalink
Merge pull request #6 from galacticcouncil/rename-timestamp-2
Browse files Browse the repository at this point in the history
rename in response
  • Loading branch information
green-jay authored Aug 14, 2023
2 parents 03241f0 + 638be31 commit 6066e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/routes/hydradx-ui/v1/stats/tvl.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default async (fastify, opts) => {
items: {
type: "object",
properties: {
interval: { type: "string" },
timestamp: { type: "string" },
tvl_usd: { type: "number" },
},
},
Expand Down
2 changes: 1 addition & 1 deletion app/routes/hydradx-ui/v1/stats/volume.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default async (fastify, opts) => {
items: {
type: "object",
properties: {
datetime: { type: "string" },
timestamp: { type: "string" },
volume_usd: { type: "number" },
},
},
Expand Down

0 comments on commit 6066e2b

Please sign in to comment.