feat: add break for loadmore pagination

This commit is contained in:
Rohit
2025-02-03 23:26:06 +05:30
parent 02268bc694
commit c37fe42a2f

View File

@@ -806,6 +806,7 @@ export default class Interpreter extends EventEmitter {
if (!loadMoreSuccess || checkLimit()) return allResults;
}
break;
}
default: