mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
make linter happy
This commit is contained in:
parent
2f0e73f2d6
commit
35e0ccfc84
@ -39,7 +39,6 @@ class UserAction < ActiveRecord::Base
|
||||
ASSIGNED,
|
||||
].each_with_index.to_a.flatten]
|
||||
|
||||
|
||||
def self.last_action_in_topic(user_id, topic_id)
|
||||
UserAction.where(user_id: user_id,
|
||||
target_topic_id: topic_id,
|
||||
|
Loading…
Reference in New Issue
Block a user