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