Skip to content
Snippets Groups Projects
Commit dc9519c6 authored by Xiao Gui's avatar Xiao Gui
Browse files

hotfix: saneurl query page limit

parent 7ab209d6
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ class GitlabSnippetStore {
'PRIVATE-TOKEN': this.token,
...headers
},
qs: { per_page: 1000 },
...opt
}, (err, resp, body) => {
if (err) return rj(err)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment