Skip to content

Commit 6ef3982

Browse files
docs(examples): drop stale sendOne note from send_sms comment
sendOne/sendOneFuture 메서드는 이미 제거되어 `send`로 통합되었으므로 "send 메소드로도 동일하게 사용가능" 주석 문구는 의미가 사라졌습니다. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d5cf2f7 commit 6ef3982

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/javascript/common/src/sms/send_sms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const messageService = new SolapiMessageService(
88
'ENTER_YOUR_API_SECRET',
99
);
1010

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

0 commit comments

Comments
 (0)