fix(entreprise): graphql effectif
This commit is contained in:
parent
a247ec6c12
commit
1243cfefeb
6 changed files with 43 additions and 13 deletions
|
@ -24,7 +24,7 @@ class APIEntreprise::EffectifsAnnuelsAdapter < APIEntreprise::Adapter
|
|||
if effectifs.present?
|
||||
{
|
||||
entreprise_effectif_annuel: effectifs[:value],
|
||||
entreprise_effectif_annuel_annee: effectifs[:annee]
|
||||
entreprise_effectif_annuel_annee: data[:annee]
|
||||
}
|
||||
else
|
||||
{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue