You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to check .Pagination is not nil before the next process execute, check on handler package, and also add proper limit of records rather than math.MaxUint32 which is a big number value for limiter
Steps to reproduce
Run Node
Call via client example GetTransactions without Pagination field
The text was updated successfully, but these errors were encountered:
Description
Need to check
.Pagination
is not nil before the next process execute, check on handler package, and also add proper limit of records rather thanmath.MaxUint32
which is a big number value for limiterSteps to reproduce
The text was updated successfully, but these errors were encountered: