feat: add break for loadmore pagination
This commit is contained in:
@@ -806,6 +806,7 @@ export default class Interpreter extends EventEmitter {
|
|||||||
|
|
||||||
if (!loadMoreSuccess || checkLimit()) return allResults;
|
if (!loadMoreSuccess || checkLimit()) return allResults;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user