mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-01-27 13:45:01 +00:00
fix: fix build error
This commit is contained in:
parent
913d5ddf1a
commit
da12e3bfb6
@ -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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user