chore: remove references to obsolete CodeDefinedPage content type

This commit is contained in:
Arvid Norlin
2024-04-11 14:24:45 +02:00
parent c0b68f9e5b
commit f4a0264019
4 changed files with 1 additions and 27 deletions

View File

@@ -22,7 +22,6 @@ function getURL(node: PageLink) {
return node.web.url
case PageLinkEnum.AccountPage:
case PageLinkEnum.LoyaltyPage:
case PageLinkEnum.CodeDefinedPage:
return node.url
}
}