fix(core): audio block job

This commit is contained in:
DarkSky
2026-08-16 14:22:12 +08:00
parent 06b3d020fa
commit 047db0fa3e
5 changed files with 182 additions and 41 deletions
@@ -1065,7 +1065,6 @@ test('copilot transcript realtime provider registers task live query handlers',
return { id: taskId, status: 'running', userId, workspaceId };
},
} as unknown as CopilotTranscriptionRetryService;
new CopilotTranscriptRealtimeProvider(ac, transcript, retry, registry, {
copilot: { enabled: true },
} as never).onModuleInit();