feat(SW-498): fixed tags for caching inside siteconfig query

This commit is contained in:
Erik Tiekstra
2024-11-05 11:13:16 +01:00
parent a350b58d7d
commit 249a5f6cb8
4 changed files with 43 additions and 5 deletions
@@ -816,6 +816,7 @@ const alertConnectionRefSchema = z.object({
node: z.object({
link: linkRefsSchema,
sidepeek_content: sidepeekContentRefSchema,
system: systemSchema,
}),
})
),