summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/workers/background_migration_worker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/background_migration_worker.rb b/app/workers/background_migration_worker.rb
index 911ef33fd13..814e1af6369 100644
--- a/app/workers/background_migration_worker.rb
+++ b/app/workers/background_migration_worker.rb
@@ -16,7 +16,7 @@ class BackgroundMigrationWorker
# class_name - The class name of the background migration to run.
# arguments - The arguments to pass to the migration class.
def perform(class_name, arguments = [])
- should_perform, ttl = perform_and_ttl(class_name)aaaaaaaaaa
+ should_perform, ttl = perform_and_ttl(class_name)bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
if should_perform
Gitlab::BackgroundMigration.perform(class_name, arguments)