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:
MythEclipse
2026-06-14 00:57:08 +07:00
parent b0422777ec
commit 92d73fe12d
2 changed files with 6 additions and 1 deletions
@@ -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,
});