webmention-handler
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -268,3 +268,3 @@ 'use strict'; | ||
return; | ||
hEntries[index].author = await normalizeAuthors(entry); | ||
hEntries[index].author = await normalizeAuthors(entry.author); | ||
})); | ||
@@ -271,0 +271,0 @@ let mentions = hEntries.map(h => convertHEntryToMention(h, mention.source, mention.target)); |
{ | ||
"name": "webmention-handler", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "A handler for web mentions", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -105,3 +105,3 @@ import { normalizeAuthors } from "../functions/normalize-authors.function"; | ||
if(!entry.author) return; | ||
hEntries[index].author = await normalizeAuthors(entry); | ||
hEntries[index].author = await normalizeAuthors(entry.author); | ||
})) | ||
@@ -108,0 +108,0 @@ |
Sorry, the diff of this file is not supported yet
74968