Skip to content

Commit

Permalink
Fix missing key
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-sgaron committed Jul 26, 2021
1 parent c5fd23e commit 7139255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assemblyline_ui/api/v4/signature.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def add_update_many_signature(**_):
rule['state_change_user'] = old_data[key]['state_change_user']

# Preserve signature stats
rule['stats'] = old_data['stats']
rule['stats'] = old_data[key]['stats']

plan.add_upsert_operation(key, rule)

Expand Down

0 comments on commit 7139255

Please sign in to comment.