Skip to content
Snippets Groups Projects

Fixed a couple of errors on import/export spotted in production

Merged James Lopez requested to merge fix/import-export-prod into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -50,7 +50,7 @@ module Projects
end
def notify_error
notification_service.project_not_exported(@project, @current_user, @shared.errors.join(', '))
notification_service.project_not_exported(@project, @current_user, @shared.errors)
end
end
end
Loading