From aa4a529a597efc5c33fddbed6796527e2ba7438d Mon Sep 17 00:00:00 2001 From: tokebe <43009413+tokebe@users.noreply.github.com> Date: Fri, 6 Aug 2021 11:51:24 -0400 Subject: [PATCH] fix: input->output for output node --- src/cache_handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cache_handler.js b/src/cache_handler.js index 21aa20fc..f0da38b3 100644 --- a/src/cache_handler.js +++ b/src/cache_handler.js @@ -70,7 +70,7 @@ module.exports = class { curies: record.$output.obj[0].curies, label: record.$output.obj[0].label, primaryID: record.$output.obj[0].primaryID, - semanticType: record.$input.obj[0].semanticType, + semanticType: record.$output.obj[0].semanticType, }, ], },