api/youtube: small indentation fix

This commit is contained in:
wukko 2024-08-03 23:08:59 +06:00
parent 5ea71ee58e
commit 0a28b4091f
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -110,7 +110,7 @@ export default async function(o) {
);
} catch(e) {
if (e.message?.endsWith("decipher algorithm")) {
return { error: "ErrorYoutubeDecipher" }
return { error: "ErrorYoutubeDecipher" }
} else throw e;
}