Skip to content

Commit a563a6a

Browse files
Fixed nonsense warning
1 parent 9ca68d0 commit a563a6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/patchers/metadata-cache-patcher.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ export default class MetadataCachePatcher extends Patcher {
6666
if (typeof value === 'string') return getLinks([value])
6767
else if (Array.isArray(value)) return getLinks(value)
6868

69-
if (value) console.warn(`Unsupported frontmatter value type: ${typeof value}`)
7069
return []
7170
})
7271
}

0 commit comments

Comments
 (0)