We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f942f32 commit 8e36892Copy full SHA for 8e36892
README.md
@@ -156,7 +156,7 @@ async function sendSMS() {
156
// Check status after 5 seconds
157
setTimeout(async () => {
158
const updatedState = await jwtClient.getState(state.id);
159
- console.log('Message status:', updatedState.status);
+ console.log('Message status:', updatedState.state);
160
}, 5000);
161
} catch (error) {
162
console.error('Sending failed:', error);
0 commit comments