Skip to content

Commit

Permalink
#400 Update days config type and add default value
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Feb 18, 2019
1 parent 9125864 commit dbf8f6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions analyzers/AbuseIPDB/AbuseIPDB.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
{
"name": "days",
"description": "Check for IP Reports in the last X days",
"type": "string",
"type": "number",
"multi": false,
"required": false
"required": false,
"defaultValue": 30
}
],
"config": {
Expand Down

0 comments on commit dbf8f6c

Please sign in to comment.