From 19364e793c323ba5eedda1eb7dbd80facd5f9b18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maty=C3=A1=C5=A1=20Caras?= Date: Tue, 30 Jul 2024 17:40:20 +0200 Subject: [PATCH] chore: testing --- dist/index.js | 1 + src/index.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/dist/index.js b/dist/index.js index 1f423f1..b34be01 100644 --- a/dist/index.js +++ b/dist/index.js @@ -45355,6 +45355,7 @@ try { if (!action) { throw new Error("No action was passed"); } + console.log(action); if (!email || !apiKey || !projectId) { throw new Error("You are missing a required parameter. Check the documentation for details."); } diff --git a/src/index.ts b/src/index.ts index 0510778..f4b57d5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -64,6 +64,7 @@ try { if (!action) { throw new Error("No action was passed"); } + console.log(action) if (!email || !apiKey || !projectId) { throw new Error( "You are missing a required parameter. Check the documentation for details.",