Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Dec 3, 2024
1 parent f81824a commit ec1a40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/speaker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def fetch_bsky_metadata!
end

def broadcast_header
broadcast_update_to self, target: dom_id(self, :header_content), partial: "speakers/header_content", locals: {speaker: self}
broadcast_update target: dom_id(self, :header_content), partial: "speakers/header_content", locals: {speaker: self}
end

def valid_website_url
Expand Down

0 comments on commit ec1a40f

Please sign in to comment.