Skip to content

Commit

Permalink
[backend] Remove incidents from migration
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelHassine committed Feb 14, 2025
1 parent f3d00f8 commit 9ee7a45
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { executionContext, SYSTEM_USER } from '../utils/access';
import {
ENTITY_TYPE_CAMPAIGN,
ENTITY_TYPE_IDENTITY_SECTOR,
ENTITY_TYPE_INCIDENT,
ENTITY_TYPE_INTRUSION_SET,
ENTITY_TYPE_LOCATION_CITY,
ENTITY_TYPE_LOCATION_COUNTRY,
Expand Down Expand Up @@ -66,7 +65,6 @@ export const up = async (next) => {
ENTITY_TYPE_INTRUSION_SET,
ENTITY_TYPE_CAMPAIGN,
ENTITY_TYPE_MALWARE,
ENTITY_TYPE_INCIDENT,
];
const optsRelatedTo = { types: threatTypes, logForMigration: true, callback: clearRelatedToObservableRels };
await elList(context, SYSTEM_USER, READ_INDEX_STIX_DOMAIN_OBJECTS, optsRelatedTo);
Expand Down

0 comments on commit 9ee7a45

Please sign in to comment.