diff --git a/src/pages/operators/[id].tsx b/src/pages/operators/[id].tsx index c8fc8b3e0b..246304b7dd 100644 --- a/src/pages/operators/[id].tsx +++ b/src/pages/operators/[id].tsx @@ -21,7 +21,7 @@ export async function getStaticPaths() { const paths: any = [] // get operators id from data - const operatorIds = getAllIds(operators) + const operatorIds = getAllIds(operators as any) // create paths with operator id operatorIds.forEach((id: any) => {