Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 7fbe8da

Browse files
committed
fix serialNumber not being a query parameter
1 parent aa12e25 commit 7fbe8da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

api/src/core/routes/migration.tsp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,10 @@ namespace Migration {
219219
@get
220220
@added(Version.`v1.0-beta.1`)
221221
@summary("Fetch messages to-be-resigned")
222-
op getMessages(@query limit?: uint32 = 300, serialNumber?: uint64): {
222+
op getMessages(
223+
@query limit?: uint32 = 300,
224+
@query serialNumber?: uint64,
225+
): {
223226
@statusCode statusCode: 200;
224227

225228
@doc("This header tells the client whether the route to commit re-signed messages has an upload size limit, and what the size of that limit is. A value of `0` means that there is no limit. This header not being present can also be interpreted as no limit existing.")

0 commit comments

Comments
 (0)