mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
console.log for tests
This commit is contained in:
parent
b4b1c20e50
commit
26c2902f2b
@ -19,6 +19,8 @@ export const getServerSideProps: GetServerSideProps = async context => {
|
||||
}
|
||||
} as SearchQuery
|
||||
console.log(config)
|
||||
console.log('process aquarius',process.env.AQUARIUS_URI)
|
||||
console.log('process env',process.env)
|
||||
const aquarius = new Aquarius(config.aquariusUri as string, Logger)
|
||||
const queryResult = await aquarius.queryMetadata(searchQuery)
|
||||
// Note: stringifying the results cause Next.js otherwise complains about
|
||||
|
Loading…
Reference in New Issue
Block a user