From 0a28b4091fef205a487d771e68a9aed56cfb9590 Mon Sep 17 00:00:00 2001 From: wukko Date: Sat, 3 Aug 2024 23:08:59 +0600 Subject: [PATCH] api/youtube: small indentation fix --- api/src/processing/services/youtube.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/processing/services/youtube.js b/api/src/processing/services/youtube.js index 5dd40ee1..e82b9563 100644 --- a/api/src/processing/services/youtube.js +++ b/api/src/processing/services/youtube.js @@ -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; }