fix server error for channel urls
This commit is contained in:
parent
54ddca9477
commit
a2ed4e5ed5
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ function escapeHtmlProperty(property) {
|
|||
}
|
||||
|
||||
function buildOgMetadata(uri, claim) {
|
||||
const { isChannel } = parseURI(uri);
|
||||
const { isChannel, claimName } = parseURI(uri);
|
||||
const title = escapeHtmlProperty(claim.title ? claim.title : claimName);
|
||||
const claimDescription =
|
||||
claim.description && claim.description.length > 0
|
||||
|
|
Loading…
Add table
Reference in a new issue