Skip to content

Commit

Permalink
[frontend/backend] clean
Browse files Browse the repository at this point in the history
  • Loading branch information
savacano28 committed Dec 13, 2024
1 parent b085513 commit 8e879eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ const StixCoreObjectSimulationResult = ({ id, type }) => {
} else if (type === 'threat') {
attackPatternsQuery = stixCoreObjectSimulationResultAttackPatternsForThreatsQuery;
} else {
throw new Error('Type should be container or threat');
throw new Error('Type of the simulation should be container or threat');
}

// Fetch the attackPatterns using the selected query
Expand Down

0 comments on commit 8e879eb

Please sign in to comment.