fix: render assignments
This commit is contained in:
parent
f162f04a6e
commit
669232428b
8 changed files with 12 additions and 15 deletions
|
@ -40,8 +40,7 @@ module.exports = {
|
|||
}
|
||||
|
||||
const filtered =
|
||||
webmentions
|
||||
?.filter((entry) => entry['wm-target'] === `https://coryd.dev${url}`)
|
||||
webmentions.filter((entry) => entry['wm-target'] === `https://coryd.dev${url}`)
|
||||
.filter((entry) => allowedTypes.includes(entry['wm-property'])) || []
|
||||
|
||||
filtered.forEach((m) => {
|
||||
|
|
Reference in a new issue