Skip to content

Commit 51eeb0d

Browse files
committedNov 29, 2017
fix: no headers are sent if there are no headers
1 parent 20da873 commit 51eeb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ var Client = module.exports = function (config) {
354354
}
355355

356356
function getPageLinks (link) {
357-
link = link.link || link.meta.link
357+
link = link.link || link.meta.link || ''
358358

359359
var links = {}
360360

0 commit comments

Comments
 (0)
Please sign in to comment.