Fixing some styling problems

This commit is contained in:
Justin 2019-06-11 13:45:44 -04:00
parent 38d50dc6e8
commit 45f963c82d

View File

@ -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