chore(services): update components based on recent changes
Changes: .env.example | 5 +++++ services/discord-gateway/src/modules/voice-recording/recorder.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-)
This commit is contained in:
@@ -141,7 +141,7 @@ export async function startRecording(
|
||||
activeSessions,
|
||||
recordingsDir,
|
||||
pcmSender: _pcmWsClient
|
||||
? (pcm, userId) => _pcmWsClient.sendPcm(userId, pcm)
|
||||
? (pcm, userId) => _pcmWsClient!.sendPcm(userId, pcm)
|
||||
: undefined,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user