From 83dfb7b2c767974bf570c9efefdccd7bd2af3768 Mon Sep 17 00:00:00 2001 From: ihatespawn <168680471+ihatespawn@users.noreply.github.com> Date: Mon, 3 Jun 2024 20:31:20 +0200 Subject: [PATCH] remove: accidental `b` --- src/modules/processing/services/videoclip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/processing/services/videoclip.js b/src/modules/processing/services/videoclip.js index 56029b08..75c2a8d0 100644 --- a/src/modules/processing/services/videoclip.js +++ b/src/modules/processing/services/videoclip.js @@ -27,5 +27,5 @@ export default async function({ id }) { } } - return { error: 'bErrorEmptyDownload' } + return { error: 'ErrorEmptyDownload' } } \ No newline at end of file