From b4b1c20e508f09bd2be9e5ab48dba0a1bf14ecf1 Mon Sep 17 00:00:00 2001 From: mihaisc Date: Tue, 19 May 2020 23:26:14 +0300 Subject: [PATCH] Update explore.tsx --- src/pages/explore.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/explore.tsx b/src/pages/explore.tsx index 680ddc4e3..cf71fad22 100644 --- a/src/pages/explore.tsx +++ b/src/pages/explore.tsx @@ -18,7 +18,7 @@ export const getServerSideProps: GetServerSideProps = async context => { created: -1 } } as SearchQuery - + console.log(config) 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