From 9bee2e8212ebf29ff5567a0af8a157a4d8b8a908 Mon Sep 17 00:00:00 2001 From: Aubrey Taylor Date: Sun, 26 Jan 2025 13:19:48 -0600 Subject: [PATCH] flake++ --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 5b75fd2..c67b21a 100644 --- a/index.js +++ b/index.js @@ -3,6 +3,7 @@ import { summary } from "./api.js"; import { readFileSync } from "fs"; const config = readFileSync(process.argv[1], "utf-8"); +console.log(config); const webhook = new WebhookClient({ url: config.webhook });