From f892b55b098e286ef3256a6bb17ec0d841c1c371 Mon Sep 17 00:00:00 2001 From: Xiao Gui <xgui3783@gmail.com> Date: Fri, 22 Mar 2019 12:40:02 +0100 Subject: [PATCH] debug: querying kg dataset --- deploy/datasets/query.js | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/datasets/query.js b/deploy/datasets/query.js index 65087477e..955fb3620 100644 --- a/deploy/datasets/query.js +++ b/deploy/datasets/query.js @@ -135,5 +135,6 @@ exports.init = () => fetchDatasetFromKg() exports.getDatasets = ({ templateName, parcellationName, user }) => getDs({ user }) .then(json => filter(json, {templateName, parcellationName})) + .then(json => (console.log(json), json)) -- GitLab