Skip to content

Commit

Permalink
Inline
Browse files Browse the repository at this point in the history
  • Loading branch information
fidel committed Nov 20, 2023
1 parent 4d063bc commit 00635d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/models/message_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ def initialize(text, trigger_word)
end

def recipient_name
remaining_text = extract_remaining_text
extract_and_clean_first_word(remaining_text)
extract_and_clean_first_word(extract_remaining_text)
end

private
Expand Down

0 comments on commit 00635d7

Please sign in to comment.