Skip to content

Commit 332c975

Browse files
committed
tmp: test
1 parent f4da803 commit 332c975

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
@@ -79253,6 +79253,8 @@ const allInputs = () => {
7925379253
return inputs;
7925479254
};
7925579255

79256+
console.log(allInputs())
79257+
7925679258
const alertRequest = createAlertRequestFrom(allInputs());
7925779259

7925879260
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)