From db0648a3800c7db364389d6d55751cd4412f63fe Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Sat, 11 Dec 2021 19:49:55 +0000 Subject: [PATCH] test --- Tdarr_Plugin_zzzz_Post_Proc_Example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tdarr_Plugin_zzzz_Post_Proc_Example.js b/Tdarr_Plugin_zzzz_Post_Proc_Example.js index e594e68..3fd147f 100644 --- a/Tdarr_Plugin_zzzz_Post_Proc_Example.js +++ b/Tdarr_Plugin_zzzz_Post_Proc_Example.js @@ -41,7 +41,7 @@ const details = () => { }; }; -const plugin = (file, librarySettings, inputs, otherArguments) => { +const plugin = (file, librarySettings, inputs, otherArguments)a => { // Only 'require' dependencies within this function or other functions. Do not require in the top scope. const importFresh = require('import-fresh');