diff --git a/packages/frontend/src/scripts/sound.ts b/packages/frontend/src/scripts/sound.ts index 57eed44c0a..ac1124a8e5 100644 --- a/packages/frontend/src/scripts/sound.ts +++ b/packages/frontend/src/scripts/sound.ts @@ -107,7 +107,7 @@ export async function loadAudio(soundStore: SoundStore, options?: { useCache?: b } } - let response; + let response: Response; if (soundStore.type === 'driveFile') { try {