From 6a75248dd0b7acbdef727e7cf1fff164173124e7 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 26 Oct 2022 04:37:31 +0300 Subject: [PATCH] Update create.js --- scripts/commands/queue/create.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/commands/queue/create.js b/scripts/commands/queue/create.js index c09baf53..91019872 100644 --- a/scripts/commands/queue/create.js +++ b/scripts/commands/queue/create.js @@ -14,7 +14,6 @@ const options = program .opts() const CHANNELS_PATH = process.env.CHANNELS_PATH || 'sites/**/*.channels.xml' -const LOGS_DIR = process.env.LOGS_DIR || 'scripts/logs' async function main() { logger.info('Starting...')