From 6ef398209a96c72dcf1eb40847df7e231a79d858 Mon Sep 17 00:00:00 2001 From: Subin Lee Date: Fri, 17 Apr 2026 12:55:59 +0900 Subject: [PATCH] docs(examples): drop stale sendOne note from send_sms comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit sendOne/sendOneFuture 메서드는 이미 제거되어 `send`로 통합되었으므로 "send 메소드로도 동일하게 사용가능" 주석 문구는 의미가 사라졌습니다. Co-Authored-By: Claude Opus 4.7 (1M context) --- examples/javascript/common/src/sms/send_sms.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/javascript/common/src/sms/send_sms.js b/examples/javascript/common/src/sms/send_sms.js index 5d814c94..49ec9758 100644 --- a/examples/javascript/common/src/sms/send_sms.js +++ b/examples/javascript/common/src/sms/send_sms.js @@ -8,7 +8,7 @@ const messageService = new SolapiMessageService( 'ENTER_YOUR_API_SECRET', ); -// 단일 발송 예제, send 메소드로도 동일하게 사용가능 +// 단일 발송 예제 messageService .send({ to: '수신번호',