fix: fix build error

This commit is contained in:
jinhojang6 2024-09-28 01:37:29 +09:00
parent 913d5ddf1a
commit da12e3bfb6
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8

View File

@ -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) => {