Update typescript

This commit is contained in:
Anton Gunnarsson
2025-05-06 17:50:33 +02:00
parent 102c3b6df6
commit e4ad0d3466
5 changed files with 26 additions and 26 deletions

View File

@@ -95,7 +95,6 @@ export function getConnections({ content_page }: ContentPageRefs) {
case ContentPageEnum.ContentStack.blocks.Content:
{
if (block.content.length) {
// @ts-expect-error: TS has trouble infering the filtered types
connections.push(...block.content)
}
}