sdk icon indicating copy to clipboard operation
sdk copied to clipboard

fix: wrong check

Open oleh-nb opened this issue 1 year ago • 0 comments

https://github.com/AleoHQ/sdk/blob/a08416fd43c6adf489d82a5729b95e42e0a96808/sdk/src/record-provider.ts#L194

Should be:

 if ("startHeight" in searchParameters && typeof searchParameters["startHeight"] == "number") { 

oleh-nb avatar Feb 10 '24 01:02 oleh-nb