Skip to content

Commit

Permalink
Removed second TODO block that is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHassanabad committed Sep 30, 2020
1 parent a8fbea5 commit 6f27124
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const getDefineStepsData = (rule: Rule): DefineStepRule => ({
threatQueryBar: {
query: { query: rule.threat_query ?? '', language: rule.threat_language ?? '' },
filters: (rule.threat_filters ?? []) as Filter[],
saved_id: undefined, // TODO: Should we store the saved_id or is that going away?
saved_id: undefined,
},
threatMapping: rule.threat_mapping ?? [],
queryBar: {
Expand Down

0 comments on commit 6f27124

Please sign in to comment.