DEV: Fix Lint/ShadowedArgument (#24733)

This commit is contained in:
Jarek Radosz
2023-12-06 13:16:10 +01:00
committed by GitHub
parent 1e471f7ec2
commit 4280c01153
6 changed files with 6 additions and 7 deletions

View File

@ -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)