mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-22 16:24:17 +02:00
fix lint
This commit is contained in:
@@ -108,7 +108,7 @@ export async function loadAudio(url: string, options?: { useCache?: boolean; })
|
||||
let response: Response;
|
||||
|
||||
try {
|
||||
response = await fetch(url);
|
||||
response = await window.fetch(url);
|
||||
} catch (err) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user