style(backend): biome format — organize imports + spacing (live-speaker/redis-bridge/voice.service)

This commit is contained in:
asepharyana
2026-08-07 10:49:16 +07:00
parent 9f91155944
commit 7575a701bd
3 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,5 @@
import Redis from "ioredis";
import { recordSpeaker } from "../modules/voice/live-speaker.js";
import { config } from "../shared/config/index.js";
import {
DISCORD_CHANNEL_TO_WS_EVENT,
@@ -6,7 +7,6 @@ import {
DISCORD_VOICE_PCM,
} from "../shared/index.js";
import { createChildLogger } from "../shared/logger/index.js";
import { recordSpeaker } from "../modules/voice/live-speaker.js";
import { broadcastBinary, broadcastEvent } from "./broadcast.js";
const logger = createChildLogger("ws.redis-bridge");