Skip to content

Commit

Permalink
Update TacticsService: Remove unused, commented-out line
Browse files Browse the repository at this point in the history
  • Loading branch information
seansica committed Dec 21, 2023
1 parent f7f53c7 commit e3df036
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/services/tactics-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class TacticsService extends BaseService {
}

try {
// const tactic = await this.repository.model.findOne({ 'stix.id': stixId, 'stix.modified': modified });
const tactic = await this.repository.retrieveOneByVersion(stixId, modified);

// Note: document is null if not found
Expand Down

0 comments on commit e3df036

Please sign in to comment.