Skip to content

Commit

Permalink
fix: get dossiers by update since
Browse files Browse the repository at this point in the history
  • Loading branch information
baudointran committed Mar 6, 2024
1 parent d63b43f commit be5b2fb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/demarche/demarche.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ export const getDemarcheDossierIds = async (
variables["updatedSince"] = updatedSince;
}

return graphQlRequest<getDemarcheType>(client, queryDemarcheDossierIds, {
demarcheNumber: idDemarche,
return graphQlRequest<getDemarcheType>(
client,
queryDemarcheDossierIds,
variables,
});
);
};

0 comments on commit be5b2fb

Please sign in to comment.