remove: accidental b

This commit is contained in:
ihatespawn 2024-06-03 20:31:20 +02:00
parent 8a29c0ec7b
commit 83dfb7b2c7

View File

@ -27,5 +27,5 @@ export default async function({ id }) {
}
}
return { error: 'bErrorEmptyDownload' }
return { error: 'ErrorEmptyDownload' }
}