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

Commit c33ba13

Browse files
committed
make serial number be string
1 parent 7fbe8da commit c33ba13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/core/routes/migration.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ namespace Migration {
221221
@summary("Fetch messages to-be-resigned")
222222
op getMessages(
223223
@query limit?: uint32 = 300,
224-
@query serialNumber?: uint64,
224+
@query serialNumber?: string,
225225
): {
226226
@statusCode statusCode: 200;
227227

0 commit comments

Comments
 (0)