diff --git a/docs/0.9.10.html b/docs/0.9.10.html index f321ca886..8b52ffe0a 100644 --- a/docs/0.9.10.html +++ b/docs/0.9.10.html @@ -4,7 +4,7 @@
return {
'data': companies,
'nextCursor': companies.last.id,
};
return {
'data': companies,
'lastCursor': companies.last.id,
};