Skip to content

Commit

Permalink
include next cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Kimmel committed Sep 30, 2020
1 parent d841c1a commit f1591bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export function noAncestorsTwoChildrenWithRelatedEventsOnOriginWithOneAfterCurso
: [];
return {
events,
nextEvent: null,
nextEvent: typeof after === 'undefined' ? firstRelatedEventID : null,
};
},

Expand Down

0 comments on commit f1591bb

Please sign in to comment.