Skip to content

Commit

Permalink
Merge pull request #89 from uktrade/LTD-1747-not-null-violation
Browse files Browse the repository at this point in the history
Add default value for skip field
  • Loading branch information
kevincarrogan authored Jan 31, 2022
2 parents 87135f4 + 6728d4a commit d023c54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mail/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def post(self, request):
data=licence,
old_lite_id=licence.get("old_id"),
old_reference=licence.get("old_reference"),
skip=False,
),
)

Expand Down

0 comments on commit d023c54

Please sign in to comment.