Skip to content

Commit

Permalink
Added querystring to fastify route (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
farhanW3 authored Apr 9, 2024
1 parent df17fe4 commit 04bfc73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/routes/contract/subscriptions/getLatestBlock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export async function getLatestBlock(fastify: FastifyInstance) {
description: "Get latest indexed block for a chain",
tags: ["Contract-Subscriptions"],
operationId: "getLatestBlock",
querystring: chainRequestQuerystringSchema,
response: {
...standardResponseSchema,
[StatusCodes.OK]: responseSchema,
Expand Down

0 comments on commit 04bfc73

Please sign in to comment.