chore: testing

This commit is contained in:
Matyáš Caras 2024-07-30 17:40:20 +02:00
parent 7705280094
commit 19364e793c
Signed by: hernik
GPG key ID: 2A3175F98820C5C6
2 changed files with 2 additions and 0 deletions

1
dist/index.js vendored
View file

@ -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.");
}

View file

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