Skip to content

Commit

Permalink
fix: feis done
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudambro committed Oct 24, 2024
1 parent 844d0ad commit 0214983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-remix/app/routes/api.loader.feis-done.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export async function loader({ request }: LoaderFunctionArgs) {
}
const feisDone = await prisma.fei.findMany({
where: {
svi_signed_at: {
svi_assigned_at: {
not: null,
},

Expand Down

0 comments on commit 0214983

Please sign in to comment.