File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ class FamilyCreateDTO(BaseModel):
57
57
- organisation comes from the user's organisation
58
58
"""
59
59
60
- import_id : Optional [str ]
60
+ import_id : Optional [str ] = None
61
61
title : str
62
62
summary : str
63
63
geography : str
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " admin_backend"
3
- version = " 2.13.1 "
3
+ version = " 2.13.2 "
4
4
description = " "
5
5
authors = [
" CPR-dev-team <[email protected] >" ]
6
6
packages = [{ include = " app" }, { include = " tests" }]
Original file line number Diff line number Diff line change @@ -73,7 +73,6 @@ def create_family_create_dto(
73
73
if collections is None :
74
74
collections = []
75
75
return FamilyCreateDTO (
76
- import_id = "" ,
77
76
title = title ,
78
77
summary = summary ,
79
78
geography = geography ,
You can’t perform that action at this time.
0 commit comments