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 f7cc809 commit 003630bCopy full SHA for 003630b
dist/index.js
@@ -79253,6 +79253,8 @@ const allInputs = () => {
79253
return inputs;
79254
};
79255
79256
+console.log(allInputs())
79257
+
79258
const alertRequest = createAlertRequestFrom(allInputs());
79259
79260
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