Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/javascript/common/src/sms/send_sms.js
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,7 +8,7 @@ const messageService = new SolapiMessageService(
'ENTER_YOUR_API_SECRET',
);

// 단일 발송 예제, send 메소드로도 동일하게 사용가능
// 단일 발송 예제
messageService
.send({
to: '수신번호',
Expand Down