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
Describe the bug
The return type of the ledgers call builder is incorrect. It should return CallBuilder<ServerApi.LedgerRecord>. Right now it returnsthis, which is CallBuilder<ServerApi.CollectionPage<ServerApi.LedgerRecord>>.
What version are you on?
11.3.0
The text was updated successfully, but these errors were encountered:
Describe the bug
The return type of the ledgers call builder is incorrect. It should return
CallBuilder<ServerApi.LedgerRecord>
. Right now it returnsthis
, which isCallBuilder<ServerApi.CollectionPage<ServerApi.LedgerRecord>>
.What version are you on?
11.3.0
The text was updated successfully, but these errors were encountered: