Replace _id by id
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user