🛷 sandbox-ui-utils.ts

This commit is contained in:
nirholas
2026-03-31 10:24:27 +00:00
parent 298c1a20e1
commit e43619543a

View File

@@ -10,3 +10,4 @@
export function removeSandboxViolationTags(text: string): string {
return text.replace(/<sandbox_violations>[\s\S]*?<\/sandbox_violations>/g, '')
}