Skip to content

Commit

Permalink
Spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
t27duck authored Oct 27, 2023
1 parent 8ed7443 commit 5d1270a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/entry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def self.create_from_feedjira(feed_id, entry)
identifier = entry.entry_id || entry.url
return if Entry.exists?(feed_id: feed_id, guid: identifier)

url = enttry.url || entry.try(:enclusure_url)
url = entry.url || entry.try(:enclusure_url)
return if url.blank? || entry.published.blank?

Entry.create!(
Expand Down

0 comments on commit 5d1270a

Please sign in to comment.