File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ class NetworkRecordProvider implements RecordProvider {
193
193
let maxAmount = undefined ;
194
194
195
195
if ( searchParameters ) {
196
- if ( "startHeight" in searchParameters && typeof searchParameters [ "endHeight " ] == "number" ) {
196
+ if ( "startHeight" in searchParameters && typeof searchParameters [ "startHeight " ] == "number" ) {
197
197
startHeight = searchParameters [ "startHeight" ] ;
198
198
}
199
199
@@ -290,7 +290,7 @@ class NetworkRecordProvider implements RecordProvider {
290
290
let programs = undefined ;
291
291
292
292
if ( searchParameters ) {
293
- if ( "startHeight" in searchParameters && typeof searchParameters [ "endHeight " ] == "number" ) {
293
+ if ( "startHeight" in searchParameters && typeof searchParameters [ "startHeight " ] == "number" ) {
294
294
startHeight = searchParameters [ "startHeight" ] ;
295
295
}
296
296
You can’t perform that action at this time.
0 commit comments