We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5319e commit 34ae585Copy full SHA for 34ae585
contentctl/actions/new_content.py
@@ -29,8 +29,7 @@ def buildDetection(self)->dict[str,Any]:
29
answers['date'] = datetime.today().strftime('%Y-%m-%d')
30
answers['author'] = answers['detection_author']
31
del answers['detection_author']
32
- answers['data_sources'] = answers['data_source']
33
- del answers['data_source']
+ answers['data_source'] = answers['data_source']
34
answers['type'] = answers['detection_type']
35
del answers['detection_type']
36
answers['status'] = "production" #start everything as production since that's what we INTEND the content to become
0 commit comments