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.",