Skip to content

Commit

Permalink
playing the sonarcloud game
Browse files Browse the repository at this point in the history
  • Loading branch information
elegantmoose committed May 17, 2023
1 parent 93b8e85 commit 827f993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/services/matrices-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ exports.retrieveVersionById = function(stixId, modified, callback) {

let retrieveTacticById;
let retrieveTechniquesForTactic;
exports.retrieveVersionTechniquesById = true;
exports.retrieveVersionTechniquesById = async function(stixId, modified, callback) {
// Retrieve the versions of the matrix techniques with the matching stixId and modified date

Expand Down

0 comments on commit 827f993

Please sign in to comment.