use super instead of run_at

This commit is contained in:
Lisa Durand 2023-02-01 16:23:07 +01:00
parent 120fbb0ef7
commit 3a82558c3f

View file

@ -141,7 +141,7 @@ class BatchOperation < ApplicationRecord
end
def finished_at
dossiers.empty? ? run_at : nil
dossiers.empty? ? super : nil
end
private