diff --git a/api/api.pb.go b/api/api.pb.go index cd029960..1293ffb5 100644 --- a/api/api.pb.go +++ b/api/api.pb.go @@ -353,7 +353,7 @@ func (m *UpdateClientReq) GetLogoUrl() string { return "" } -// UpdateClientResp returns the reponse form updating a client. +// UpdateClientResp returns the reponse from updating a client. type UpdateClientResp struct { NotFound bool `protobuf:"varint,1,opt,name=not_found,json=notFound,proto3" json:"not_found,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` diff --git a/api/api.proto b/api/api.proto index d0799c90..64f4416e 100644 --- a/api/api.proto +++ b/api/api.proto @@ -45,7 +45,7 @@ message UpdateClientReq { string logo_url = 5; } -// UpdateClientResp returns the reponse form updating a client. +// UpdateClientResp returns the reponse from updating a client. message UpdateClientResp { bool not_found = 1; } diff --git a/api/v2/api.pb.go b/api/v2/api.pb.go index bde9178e..83bfb879 100644 --- a/api/v2/api.pb.go +++ b/api/v2/api.pb.go @@ -353,7 +353,7 @@ func (m *UpdateClientReq) GetLogoUrl() string { return "" } -// UpdateClientResp returns the reponse form updating a client. +// UpdateClientResp returns the reponse from updating a client. type UpdateClientResp struct { NotFound bool `protobuf:"varint,1,opt,name=not_found,json=notFound,proto3" json:"not_found,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` diff --git a/api/v2/api.proto b/api/v2/api.proto index d0799c90..64f4416e 100644 --- a/api/v2/api.proto +++ b/api/v2/api.proto @@ -45,7 +45,7 @@ message UpdateClientReq { string logo_url = 5; } -// UpdateClientResp returns the reponse form updating a client. +// UpdateClientResp returns the reponse from updating a client. message UpdateClientResp { bool not_found = 1; }