Skip to content
Snippets Groups Projects
Commit f892b55b authored by Xiao Gui's avatar Xiao Gui
Browse files

debug: querying kg dataset

parent fb8991d0
No related branches found
No related tags found
No related merge requests found
......@@ -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))
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment