We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb70acf commit e93888aCopy full SHA for e93888a
lib/utils.js
@@ -26,7 +26,7 @@ class Utils {
26
* @param {string} link link url returned from gitlab api response
27
*/
28
static generateNextLink(link) {
29
- return link.replace("<http", "http").replace(`>; rel="next"`, "");
+ return link.replace("<", "").replace(`>; rel="next"`, "");
30
}
31
32
constructor(bar, scriptOptions) {
0 commit comments