mirror of
https://github.com/misskey-dev/media-proxy.git
synced 2025-04-29 10:57:30 +09:00
fix build
This commit is contained in:
parent
cfaf017c15
commit
4e2230d7cf
@ -85,7 +85,6 @@ export async function downloadUrl(url, path, settings = defaultDownloadConfig) {
|
|||||||
}
|
}
|
||||||
if (process.env.NODE_ENV !== 'production')
|
if (process.env.NODE_ENV !== 'production')
|
||||||
console.log(`Download finished: ${url}`);
|
console.log(`Download finished: ${url}`);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
filename,
|
filename,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user