Skip to content

Commit df17fe4

Browse files
authored
fix: missing querystring + description upd (#486)
1 parent 3516f61 commit df17fe4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ export async function getLatestBlock(fastify: FastifyInstance) {
2929
method: "GET",
3030
url: "/contract/subscriptions/get-last-block",
3131
schema: {
32-
summary: "Get subscribed contract latest indexed block",
33-
description: "Get latest indexed block for a subscribed contract",
32+
summary: "Get latest indexed block for a chain",
33+
description: "Get latest indexed block for a chain",
3434
tags: ["Contract-Subscriptions"],
35-
operationId: "getContractSubscriptions",
35+
operationId: "getLatestBlock",
3636
response: {
3737
...standardResponseSchema,
3838
[StatusCodes.OK]: responseSchema,

0 commit comments

Comments
 (0)