fix(handler): allow uint32 offset for migration scenarios (#7103)

This commit is contained in:
Silvan
2023-12-21 11:40:51 +01:00
committed by GitHub
parent ab2c3f7752
commit 5ce542b959
4 changed files with 10 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ type SearchQuery struct {
AllowTimeTravel bool
AwaitOpenTransactions bool
Limit uint64
Offset uint16
Offset uint32
Desc bool
InstanceID *Filter