mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
fix type schema
This commit is contained in:
parent
f52b788437
commit
2c241b248e
@ -165,7 +165,7 @@ export async function retrieveAsset(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
let schema: any
|
let schema: Promise<ShaclSchema>
|
||||||
export function retrieveShaclSchema(): Promise<ShaclSchema> {
|
export function retrieveShaclSchema(): Promise<ShaclSchema> {
|
||||||
if (schema) return schema
|
if (schema) return schema
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user