diff --git a/scripts/commands/channels/parse.ts b/scripts/commands/channels/parse.ts index 02793d25..819e75ff 100644 --- a/scripts/commands/channels/parse.ts +++ b/scripts/commands/channels/parse.ts @@ -119,7 +119,7 @@ async function main() { await storage.save(outputFilepath, xml) logger.info(`File '${outputFilepath}' successfully saved`) - } + } } main()