Skip to content

Commit

Permalink
fix: do not import attackObjectsService from within attack-objects-se…
Browse files Browse the repository at this point in the history
…rvice module
  • Loading branch information
seansica committed Jan 6, 2025
1 parent 81e1f34 commit 70d13f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/services/attack-objects-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ class AttackObjectsService extends BaseService {
if (!AttackObjectsService.identitiesService) {
AttackObjectsService.identitiesService = require('./identities-service');
}
if (!AttackObjectsService.attackObjectsService) {
AttackObjectsService.attackObjectsService = require('./attack-objects-service');
}
if (!AttackObjectsService.relationshipsService) {
AttackObjectsService.relationshipsService = require('./relationships-service');
}
Expand Down

0 comments on commit 70d13f6

Please sign in to comment.