fix(core-realtime): remove unused PLACEHOLDER var and ClientSocket import (lint)

This commit is contained in:
2026-05-08 21:16:44 +02:00
parent d4a3f95938
commit 964fabf796
2 changed files with 1 additions and 3 deletions

View File

@@ -1,5 +1,3 @@
const PLACEHOLDER = /\{([a-zA-Z_][a-zA-Z0-9_]*)\}/g;
export function matchChannelTemplate(
template: string,
candidate: string,