Skip to content

Commit d2431d7

Browse files
committed
fix pagination
1 parent 5e5d4db commit d2431d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/instantly/instantly.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export default {
197197
}
198198
}
199199
args[optsKey].starting_after = next;
200-
} while (args[optsKey].next);
200+
} while (args[optsKey].starting_after);
201201
},
202202
},
203203
};

0 commit comments

Comments
 (0)