Skip to content

Commit

Permalink
chore: remove cursor field, the spec will define these
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Jul 11, 2024
1 parent 61e02ef commit ca91f5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ function utils.paginateTableWithCursor(tableArray, cursor, cursorField, limit, s
sortBy = sortBy,
sortOrder = sortOrder,
nextCursor = nextCursor,
cursorField = cursorField,
}
end

Expand Down

0 comments on commit ca91f5a

Please sign in to comment.