We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7030f6 commit d607b92Copy full SHA for d607b92
1 file changed
angular-ngrx-scss/src/app/repository/services/repository.service.ts
@@ -388,7 +388,7 @@ export class RepositoryService {
388
}
389
390
// Find the link with rel="last"
391
- const lastLinkPattern = /<([^>]+)>; rel="last"/;
+ const lastLinkPattern = /<[^>]+>; rel="last"/;
392
const lastLinkMatch = linkHeader.match(lastLinkPattern);
393
394
if (!lastLinkMatch) {
0 commit comments