Skip to content

Commit

Permalink
fix: export buildIndicateursEffectifsPipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Pomarom committed Dec 17, 2024
1 parent 223d3f2 commit 8891111
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { buildEffectifMongoFilters } from "./effectifs/effectifs-filters";
import { buildDECAFilter } from "./indicateurs-with-deca.actions";
import { buildOrganismeMongoFilters } from "./organismes/organismes-filters";

function buildIndicateursEffectifsPipeline(
export function buildIndicateursEffectifsPipeline(
groupBy: string | null | Record<string, string>,
currentDate: Date,
extraAccumulator: Record<string, unknown> = {}
Expand Down

0 comments on commit 8891111

Please sign in to comment.