Skip to content

Commit

Permalink
[backend] killChainPhaseRepresentative (#3165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archidoit committed Dec 4, 2023
1 parent e664725 commit 0ba3d8e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ export const extractEntityRepresentativeName = (entityData) => {
mainValue = entityData.indicator_pattern;
} else if (isNotEmptyField(entityData.source_name)) {
mainValue = `${entityData.source_name}${entityData.external_id ? ` (${entityData.external_id})` : ''}`;
} else if (isNotEmptyField(entityData.kill_chain_name)) {
mainValue = entityData.kill_chain_name;
} else if (isNotEmptyField(entityData.phase_name)) {
mainValue = entityData.phase_name;
} else if (isNotEmptyField(entityData.first_observed) && isNotEmptyField(entityData.last_observed)) {
Expand Down

0 comments on commit 0ba3d8e

Please sign in to comment.