mirror of
https://github.com/hernikplays/freelo-action.git
synced 2024-11-10 02:38:06 +01:00
chore: testing
This commit is contained in:
parent
7705280094
commit
19364e793c
2 changed files with 2 additions and 0 deletions
1
dist/index.js
vendored
1
dist/index.js
vendored
|
@ -45355,6 +45355,7 @@ try {
|
||||||
if (!action) {
|
if (!action) {
|
||||||
throw new Error("No action was passed");
|
throw new Error("No action was passed");
|
||||||
}
|
}
|
||||||
|
console.log(action);
|
||||||
if (!email || !apiKey || !projectId) {
|
if (!email || !apiKey || !projectId) {
|
||||||
throw new Error("You are missing a required parameter. Check the documentation for details.");
|
throw new Error("You are missing a required parameter. Check the documentation for details.");
|
||||||
}
|
}
|
||||||
|
|
|
@ -64,6 +64,7 @@ try {
|
||||||
if (!action) {
|
if (!action) {
|
||||||
throw new Error("No action was passed");
|
throw new Error("No action was passed");
|
||||||
}
|
}
|
||||||
|
console.log(action)
|
||||||
if (!email || !apiKey || !projectId) {
|
if (!email || !apiKey || !projectId) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
"You are missing a required parameter. Check the documentation for details.",
|
"You are missing a required parameter. Check the documentation for details.",
|
||||||
|
|
Loading…
Reference in a new issue