Skip to content

Commit 85cade0

Browse files
committed
add default value to sdg update for usecase
1 parent bdc2102 commit 85cade0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/schema/usecase_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class UpdateUseCaseMetadataInput:
6464
metadata: List[UCMetadataItemType]
6565
tags: Optional[List[str]]
6666
sectors: List[uuid.UUID]
67-
sdgs: Optional[List[uuid.UUID]]
67+
sdgs: Optional[List[uuid.UUID]] = None
6868
geographies: Optional[List[int]] = None
6969

7070

0 commit comments

Comments
 (0)