Loading CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr - Better input validation for Steam link operations. - Fix incorrect link device behaviour in JavaScript runtime. - Fix JS runtime multi-update execution consistency when part of the operation fails. - Fix handling of wallet ledger lookups with no limit during account exports. ## [3.10.0] - 2021-12-16 ### Added Loading server/core_wallet.go +1 −1 Original line number Diff line number Diff line Loading @@ -334,7 +334,7 @@ func ListWalletLedger(ctx context.Context, logger *zap.Logger, db *sql.DB, userI var nextCursor *walletLedgerListCursor var prevCursor *walletLedgerListCursor for rows.Next() { if len(results) >= *limit { if limit != nil && len(results) >= *limit { nextCursor = &walletLedgerListCursor{ UserId: userID.String(), Id: id, Loading Loading
CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr - Better input validation for Steam link operations. - Fix incorrect link device behaviour in JavaScript runtime. - Fix JS runtime multi-update execution consistency when part of the operation fails. - Fix handling of wallet ledger lookups with no limit during account exports. ## [3.10.0] - 2021-12-16 ### Added Loading
server/core_wallet.go +1 −1 Original line number Diff line number Diff line Loading @@ -334,7 +334,7 @@ func ListWalletLedger(ctx context.Context, logger *zap.Logger, db *sql.DB, userI var nextCursor *walletLedgerListCursor var prevCursor *walletLedgerListCursor for rows.Next() { if len(results) >= *limit { if limit != nil && len(results) >= *limit { nextCursor = &walletLedgerListCursor{ UserId: userID.String(), Id: id, Loading