Skip to content

Commit 8e36892

Browse files
committed
[docs] fix examples in README
1 parent f942f32 commit 8e36892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ async function sendSMS() {
156156
// Check status after 5 seconds
157157
setTimeout(async () => {
158158
const updatedState = await jwtClient.getState(state.id);
159-
console.log('Message status:', updatedState.status);
159+
console.log('Message status:', updatedState.state);
160160
}, 5000);
161161
} catch (error) {
162162
console.error('Sending failed:', error);

0 commit comments

Comments
 (0)