Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed May 23, 2024
1 parent 1c28982 commit 60700c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/matrices-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ exports.retrieveTechniquesForMatrix = function(stixId, modified, callback) {
}
// Add techniques to tactic & store tactic
tactic.techniques = parentTechniques;
tacticsTechniques[tactic.stix.name] = tactic;
tacticsTechniques[tactic.stix.id] = tactic;

Check warning on line 284 in app/services/matrices-service.js

View check run for this annotation

Codecov / codecov/patch

app/services/matrices-service.js#L284

Added line #L284 was not covered by tests
}
}
return callback(null, tacticsTechniques);
Expand Down

0 comments on commit 60700c7

Please sign in to comment.