Skip to content

Commit

Permalink
Fixes whitepsace formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jeramysoucy committed Jan 8, 2024
1 parent 9f6bad9 commit 1adb27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/snyk.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ async function paginateRestResponseData (url, headers, method = 'get') {
json: true
})
reponseData.push(...response.data)
if (response.links.next) url = baseRestUrl + response.links.next.replace('/rest','')
if (response.links.next) url = baseRestUrl + response.links.next.replace('/rest', '')
else url = undefined
} while (url)

Expand Down

0 comments on commit 1adb27b

Please sign in to comment.