From 8b7bcd9a6a3f68051f76e81385f39ede1850e4f6 Mon Sep 17 00:00:00 2001 From: Adam Cooke Date: Tue, 16 May 2017 15:35:13 +0100 Subject: [PATCH] remove some nbsp --- api/controllers/send_api_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/controllers/send_api_controller.rb b/api/controllers/send_api_controller.rb index 80b356b..2aa55e4 100644 --- a/api/controllers/send_api_controller.rb +++ b/api/controllers/send_api_controller.rb @@ -33,7 +33,7 @@ controller :send do error 'AttachmentMissingData', "An attachment is missing data" # Return returns Hash - # Action + # Action action do attributes = {} attributes[:to] = params.to @@ -87,7 +87,7 @@ controller :send do error 'UnauthenticatedFromAddress' end - # Store the result ready to return + # Store the result ready to return result = {:message_id => nil, :messages => {}} params.rcpt_to.uniq.each do |rcpt_to| message = identity.server.message_db.new_message