fix: remove unused debugLog from VoiceAgentContextValue interface
All checks were successful
Build & Push / build-and-push (push) Successful in 2m0s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-28 14:29:45 +01:00
parent edb765e0e1
commit 34a78e7d4a

View File

@@ -27,7 +27,6 @@ interface VoiceAgentContextValue {
endConversation: () => void;
completedBrief: string | null;
completedFormData: WizardFormData | null;
debugLog: string[];
}
// ─── Context ─────────────────────────────────────────────────────────────────