Skip to content

Commit

Permalink
bosch analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
anjanaw committed Mar 7, 2024
1 parent 4509944 commit 4dcafef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/analytics-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function userTimes(content, nodeTypes = null) {
case "https://www.w3id.org/iSeeOnto/BehaviourTree#TargetTypeQuestionNode":
case "https://www.w3id.org/iSeeOnto/BehaviourTree#TargetQuestionNode":
const dictionaryMember = exe["http://www.w3.org/ns/prov#generated"]["https://www.w3id.org/iSeeOnto/BehaviourTree#properties"]["https://www.w3id.org/iSeeOnto/BehaviourTree#hasDictionaryMember"][1];
if (dictionaryMember && "content" in dictionaryMember["https://www.w3id.org/iSeeOnto/BehaviourTree#pair_value_object"]) { // for bosch
if (dictionaryMember && "https://www.w3id.org/iSeeOnto/BehaviourTree#pair_value_object" in dictionaryMember && "content" in dictionaryMember["https://www.w3id.org/iSeeOnto/BehaviourTree#pair_value_object"]) { // for bosch
data = dictionaryMember["https://www.w3id.org/iSeeOnto/BehaviourTree#pair_value_object"]["content"];
}
break;
Expand Down

0 comments on commit 4dcafef

Please sign in to comment.