Skip to content

Commit

Permalink
fix: update hydrateEffectifsComputedTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pomarom committed Dec 16, 2024
1 parent cfe9b6a commit d8e178b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { effectifsDb } from "@/common/model/collections";
*/
export async function hydrateEffectifsComputedTypes(
{ query = {}, evaluationDate = new Date() } = {},
signal: AbortSignal
signal?: AbortSignal
) {
let nbEffectifsMisAJour = 0;
let nbEffectifsNonMisAJour = 0;
Expand Down

0 comments on commit d8e178b

Please sign in to comment.