From c37fe42a2fa89b4f00c3b3f806a101c36c675937 Mon Sep 17 00:00:00 2001 From: Rohit Date: Mon, 3 Feb 2025 23:26:06 +0530 Subject: [PATCH] feat: add break for loadmore pagination --- maxun-core/src/interpret.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/maxun-core/src/interpret.ts b/maxun-core/src/interpret.ts index 4bdfad73..ecb267c9 100644 --- a/maxun-core/src/interpret.ts +++ b/maxun-core/src/interpret.ts @@ -806,6 +806,7 @@ export default class Interpreter extends EventEmitter { if (!loadMoreSuccess || checkLimit()) return allResults; } + break; } default: