summaryrefslogtreecommitdiff
path: root/app/workers/concerns/gitlab/github_import/rescheduling_methods.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/concerns/gitlab/github_import/rescheduling_methods.rb')
-rw-r--r--app/workers/concerns/gitlab/github_import/rescheduling_methods.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/workers/concerns/gitlab/github_import/rescheduling_methods.rb b/app/workers/concerns/gitlab/github_import/rescheduling_methods.rb
index 0a43a0fc4d2..64fa705329e 100644
--- a/app/workers/concerns/gitlab/github_import/rescheduling_methods.rb
+++ b/app/workers/concerns/gitlab/github_import/rescheduling_methods.rb
@@ -25,8 +25,8 @@ module Gitlab
end
end
- def try_import(*args)
- import(*args)
+ def try_import(...)
+ import(...)
true
rescue RateLimitError
false