Skip to content

Commit 02b27f1

Browse files
committed
fix(api): updateAllCertificationsWithPrerequisitesFromFC was only targetting visible certifications instead of all of them
1 parent 27da3b2 commit 02b27f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/reva-api/scripts/updateAllCertificationsWithPrerequisitesFromFC.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { updateCertificationWithPrerequisitesFromFC } from "../modules/referenti
44

55
const updateAllCertificationsWithPrerequisitesFromFC = async () => {
66
const certifications = await prismaClient.certification.findMany({
7-
where: { visible: true },
87
select: { id: true, rncpId: true },
98
});
109

0 commit comments

Comments
 (0)