1
0
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:
EnzoVezzaro 2022-11-17 09:02:56 -04:00
parent f52b788437
commit 2c241b248e

View File

@ -165,7 +165,7 @@ export async function retrieveAsset(
}
}
}
let schema: any
let schema: Promise<ShaclSchema>
export function retrieveShaclSchema(): Promise<ShaclSchema> {
if (schema) return schema