Skip to content

Commit 04bfc73

Browse files
authored
Added querystring to fastify route (#487)
1 parent df17fe4 commit 04bfc73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/server/routes/contract/subscriptions/getLatestBlock.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export async function getLatestBlock(fastify: FastifyInstance) {
3333
description: "Get latest indexed block for a chain",
3434
tags: ["Contract-Subscriptions"],
3535
operationId: "getLatestBlock",
36+
querystring: chainRequestQuerystringSchema,
3637
response: {
3738
...standardResponseSchema,
3839
[StatusCodes.OK]: responseSchema,

0 commit comments

Comments
 (0)