Skip to content

Commit 860d69a

Browse files
committed
build to 1.0.1
1 parent b993bb4 commit 860d69a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

dist/index.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ async function run() {
2828

2929
_core2.default.debug("Sending SMS");
3030

31-
const result = await publishTextPromise();
32-
33-
const messageID = 1;
31+
const { MessageId } = await publishTextPromise();
3432

3533
_core2.default.debug("SMS sent!");
3634

37-
return messageID;
35+
return MessageId;
3836
}
3937

4038
async function execute() {

0 commit comments

Comments
 (0)