fix function invoke bugs
Signed-off-by: Luan Shengde luanshengde2@huawei.com --- lib/mail-post.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/mail-post.rb b/lib/mail-post.rb index 5832bfb..0b1f94a 100755 --- a/lib/mail-post.rb +++ b/lib/mail-post.rb @@ -22,7 +22,7 @@ post '/send_mail_yaml' do 'body' => data['body'] }
- check_send_mail(mail_info) + send_mail(mail_info) end
post '/send_mail_text' do
On Tue, Oct 27, 2020 at 10:52:11AM +0800, Luan Shengde wrote:
fix function invoke bugs
Pls paste the bug error.
Thanks, Xueliang
Signed-off-by: Luan Shengde luanshengde2@huawei.com
lib/mail-post.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/mail-post.rb b/lib/mail-post.rb index 5832bfb..0b1f94a 100755 --- a/lib/mail-post.rb +++ b/lib/mail-post.rb @@ -22,7 +22,7 @@ post '/send_mail_yaml' do 'body' => data['body'] }
- check_send_mail(mail_info)
- send_mail(mail_info)
end
post '/send_mail_text' do
2.23.0
On Tue, Oct 27, 2020 at 11:53:21AM +0800, Cao Xueliang wrote:
On Tue, Oct 27, 2020 at 10:52:11AM +0800, Luan Shengde wrote:
fix function invoke bugs
Pls paste the bug error.
function name invoke error, so there is no err message
Thanks Luan Shengde
Thanks, Xueliang
Signed-off-by: Luan Shengde luanshengde2@huawei.com
lib/mail-post.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/mail-post.rb b/lib/mail-post.rb index 5832bfb..0b1f94a 100755 --- a/lib/mail-post.rb +++ b/lib/mail-post.rb @@ -22,7 +22,7 @@ post '/send_mail_yaml' do 'body' => data['body'] }
- check_send_mail(mail_info)
- send_mail(mail_info)
end
post '/send_mail_text' do
2.23.0