Skip to content

Commit

Permalink
fix: remove offset
Browse files Browse the repository at this point in the history
we are just using outsideOffset
  • Loading branch information
Kikobeats committed Dec 3, 2024
1 parent d8f3898 commit cac9b25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"test/**/*.js",
"!test/util.js"
],
"timeout": "2m"
"timeout": "5m"
},
"commitlint": {
"extends": [
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ module.exports =
query: JSON.stringify({
query,
count: ITEMS_PER_PAGE,
offset,
outsideOffset: offset,
outsideSearch: true
})
Expand Down

0 comments on commit cac9b25

Please sign in to comment.