mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-02-10 20:26:35 +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 = []
|
const paths: any = []
|
||||||
|
|
||||||
// get operators id from data
|
// get operators id from data
|
||||||
const operatorIds = getAllIds(operators)
|
const operatorIds = getAllIds(operators as any)
|
||||||
|
|
||||||
// create paths with operator id
|
// create paths with operator id
|
||||||
operatorIds.forEach((id: any) => {
|
operatorIds.forEach((id: any) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user