diff --git a/app/lib/api_entreprise/exercices_adapter.rb b/app/lib/api_entreprise/exercices_adapter.rb index ae0d1cbba..a8a9d1812 100644 --- a/app/lib/api_entreprise/exercices_adapter.rb +++ b/app/lib/api_entreprise/exercices_adapter.rb @@ -23,6 +23,10 @@ class ApiEntreprise::ExercicesAdapter end def attr_to_fetch - [:ca, :date_fin_exercice, :date_fin_exercice_timestamp] + [ + :ca, + :date_fin_exercice, + :date_fin_exercice_timestamp + ] end end