mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 15:49:37 +08:00
DEV: Fix Lint/ShadowedArgument (#24733)
This commit is contained in:
@ -14,7 +14,7 @@ module Jobs
|
||||
(@call_count % 24) == 1
|
||||
end
|
||||
|
||||
def execute(args = nil)
|
||||
def execute(_ = nil)
|
||||
# Feature topics in categories
|
||||
CategoryFeaturedTopic.feature_topics(batched: true)
|
||||
|
||||
|
Reference in New Issue
Block a user