Skip to content

Commit 9756113

Browse files
committed
Update main.js
1 parent 77370db commit 9756113

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ Gleap.setWSApiUrl("ws://0.0.0.0:9000");
77
Gleap.initialize("ogWhNhuiZcGWrva5nlDS8l7a78OfaLlV");
88

99
Gleap.on("outbound-sent", (data) => {
10+
const { outboundId, outbound, formData } = data;
1011
console.log(data);
1112
});

0 commit comments

Comments
 (0)