(refactor)

This commit is contained in:
kakkokari-gtyih
2023-11-26 14:45:09 +09:00
parent e54c04fd8a
commit a03e240c72
+1 -1
View File
@@ -107,7 +107,7 @@ export async function loadAudio(soundStore: SoundStore, options?: { useCache?: b
}
}
let response;
let response: Response;
if (soundStore.type === 'driveFile') {
try {