Replace _id by id

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-05 17:58:05 +04:00
parent 3a21a6abee
commit 51879ba5aa
11 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -55,8 +55,8 @@ export async function getServerSideProps({query}) {
throw new Error('San répons')
}
const {_id} = anTeks
const komante = await jwennKomanteEpiTeksId(_id)
const {id} = anTeks
const komante = await jwennKomanteEpiTeksId(id)
return {
props: {