Skip to content

Commit

Permalink
[api] Fix creation of indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Hassine committed May 5, 2020
1 parent 5e19393 commit 473e777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opencti-platform/opencti-graphql/src/domain/indicator.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ export const addIndicator = async (user, indicator, createObservables = true) =>
dissoc('main_observable_type'),
dissoc('confidence'),
dissoc('score'),
dissoc('detection'),
dissoc('valid_from'),
dissoc('valid_until'),
dissoc('pattern_type'),
Expand Down

0 comments on commit 473e777

Please sign in to comment.