Fix types
parent
2c8afdbb93
commit
7b476046a6
|
@ -62,7 +62,7 @@ async function searchFullText(
|
|||
return null
|
||||
}
|
||||
|
||||
const json: FabriqueSocialSearchPayload = await response.json()
|
||||
const json = (await response.json()) as FabriqueSocialSearchPayload
|
||||
|
||||
return json.entreprises
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue