diff options
| -rw-r--r-- | app/services/parent_import_notifier.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/services/parent_import_notifier.rb b/app/services/parent_import_notifier.rb index 8e6245da9..faa5b8b3a 100644 --- a/app/services/parent_import_notifier.rb +++ b/app/services/parent_import_notifier.rb @@ -1,6 +1,6 @@  class ParentImportNotifier    def self.notify_when_finished(imports = nil) -    imports ||= self.imports_pending_notification +    imports ||= imports_pending_notification      imports.each do |import|        import.notify_parent      end | 
