mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
Add trailing slash to replace function
This commit is contained in:
parent
a2a612648a
commit
38d50dc6e8
@ -31,7 +31,7 @@ export async function get(
|
||||
// Rescurse through pagination results
|
||||
if (!query.page && underLimit && pagination.next) {
|
||||
const { next } = Li.parse(headers.link);
|
||||
const more = await get(service, next.replace(service.url, ''), {
|
||||
const more = await get(service, next.replace(service.url + '/', ''), {
|
||||
maxPages,
|
||||
sudo,
|
||||
showPagination: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user