use super instead of run_at
This commit is contained in:
parent
120fbb0ef7
commit
3a82558c3f
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ class BatchOperation < ApplicationRecord
|
|||
end
|
||||
|
||||
def finished_at
|
||||
dossiers.empty? ? run_at : nil
|
||||
dossiers.empty? ? super : nil
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Add table
Reference in a new issue