Skip to content

Commit

Permalink
fix(devopsarr/sonarr-py#6): remove timespan validator
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuochi committed Mar 27, 2023
1 parent 735fe19 commit 61aa303
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pre-generation-scripts/fixes.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# get timespan as string
data['components']['schemas']['TimeSpan'] = {
"type": "string",
"pattern": "\d{2}:\d{2}:\d{2}"
}

# get httpuri as string
Expand Down

0 comments on commit 61aa303

Please sign in to comment.