Permalink
Browse files

remove some nbsp

  • Loading branch information...
1 parent 36db40c commit 8b7bcd9a6a3f68051f76e81385f39ede1850e4f6 @adamcooke adamcooke committed May 16, 2017
Showing with 2 additions and 2 deletions.
  1. +2 −2 api/controllers/send_api_controller.rb
@@ -33,7 +33,7 @@
error 'AttachmentMissingData', "An attachment is missing data"
# Return
returns Hash
- # Action
+ # Action
action do
attributes = {}
attributes[:to] = params.to
@@ -87,7 +87,7 @@
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

0 comments on commit 8b7bcd9

Please sign in to comment.