Skip to content

Commit 52cee1f

Browse files
committed
tmp: test
1 parent 33de559 commit 52cee1f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

dist/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46650,6 +46650,8 @@ const allInputs = () => {
4665046650
return inputs;
4665146651
};
4665246652

46653+
console.log(allInputs())
46654+
4665346655
const alertRequest = createAlertRequestFrom(allInputs());
4665446656

4665546657
console.log(`Creating alert with: ${JSON.stringify(alertRequest)}`);

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ const allInputs = () => {
1717
return inputs;
1818
};
1919

20+
console.log(allInputs())
21+
2022
const alertRequest = createAlertRequestFrom(allInputs());
2123

2224
console.log(`Creating alert with: ${JSON.stringify(alertRequest)}`);

0 commit comments

Comments
 (0)