Skip to content

Commit c815b9e

Browse files
author
ledouxm
committed
fix: correct date field naming in state report response
1 parent d963515 commit c815b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend/src/routes/validationRoutes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const validationPlugin: FastifyPluginAsyncTypebox = async (fastify, _) =>
4444
id: stateReport?.id,
4545
titre_edifice: stateReport?.titre_edifice,
4646
commune: stateReport?.commune,
47-
date_visite: stateReport?.dateVisite,
47+
date_visite: stateReport?.date_visite,
4848
},
4949
pdfUrl,
5050
status: validation.status,

0 commit comments

Comments
 (0)