From fe1bb0125e786cf95ee7714aa2626286c74d68e9 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 30 Jun 2021 11:59:42 +0100 Subject: [PATCH] update proto comment --- sms/proto/sms.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sms/proto/sms.proto b/sms/proto/sms.proto index dffe1cc..8020cbf 100644 --- a/sms/proto/sms.proto +++ b/sms/proto/sms.proto @@ -19,7 +19,7 @@ message SendRequest { } message SendResponse { - // will return "ok" if sent and "failed" if there was a problem + // will return "ok" if sent string status = 1; // any additional info string info = 2;