We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33de559 commit 52cee1fCopy full SHA for 52cee1f
dist/index.js
@@ -46650,6 +46650,8 @@ const allInputs = () => {
46650
return inputs;
46651
};
46652
46653
+console.log(allInputs())
46654
+
46655
const alertRequest = createAlertRequestFrom(allInputs());
46656
46657
console.log(`Creating alert with: ${JSON.stringify(alertRequest)}`);
index.js
@@ -17,6 +17,8 @@ const allInputs = () => {
17
18
19
20
21
22
23
24
0 commit comments