Skip to content

Commit

Permalink
chore: Update the error message to the correct one (#8646)
Browse files Browse the repository at this point in the history
-  Update the error message in reply_mailbox to more appropriate one.
  • Loading branch information
vishnu-narayanan committed Jan 12, 2024
1 parent d305c5f commit 1c44445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mailboxes/reply_mailbox.rb
Expand Up @@ -83,7 +83,7 @@ def verify_decoded_params
end

def validate_resource(resource)
raise "#{resource.class.name} not found" if resource.nil?
raise "Email conversation with uuid: #{conversation_uuid} not found" if resource.nil?

resource
end
Expand Down

0 comments on commit 1c44445

Please sign in to comment.