Skip to content

Commit

Permalink
rubocopped
Browse files Browse the repository at this point in the history
  • Loading branch information
merefield committed Nov 29, 2023
1 parent e938343 commit 86037f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class Engine < ::Rails::Engine

DiscourseEvent.on(:user_updated) do |*params|
user_id = params[0].id

if SiteSetting.location_enabled
Locations::UserLocationProcess.upsert(user_id)
end
Expand Down

0 comments on commit 86037f4

Please sign in to comment.