fix(core): update
This commit is contained in:
@@ -33,7 +33,7 @@ export class GitlabAccount {
|
||||
});
|
||||
|
||||
// lets deal with pagination headers
|
||||
const findLinkName = (markup) => {
|
||||
const findLinkName = (markup: string) => {
|
||||
const pattern = /<([^\s>]+)(\s|>)+/;
|
||||
return markup.match(pattern)[1];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user