Skip to content

Commit

Permalink
Remove unused settings #106
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <[email protected]>
  • Loading branch information
tdruez committed Jan 6, 2025
1 parent a64953a commit 5cfa079
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dejacode/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -650,9 +650,6 @@ def get_fake_redis_connection(config, use_strict_redis):
"request_comment.added": "workflow.RequestComment.created+",
"user.added_or_updated": None,
"user.locked_out": None,
# "vulnerability.added": "vulnerabilities.Vulnerability.created+",
# "vulnerability.packages_affected": None,
# "vulnerability.products_affected": None,
"vulnerability.data_update": None,
}
# Provide context variables to the `Webhook` values such as `extra_headers`.
Expand Down

0 comments on commit 5cfa079

Please sign in to comment.