Skip to content

Commit 4f25192

Browse files
committed
Add projectTopicKey to projectDraft -> project
1 parent 90d6913 commit 4f25192

File tree

1 file changed

+1
-0
lines changed
  • mapswipe_workers/mapswipe_workers/project_types

1 file changed

+1
-0
lines changed

mapswipe_workers/mapswipe_workers/project_types/project.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def __init__(self, project_draft):
5454
self.projectNumber = project_draft.get("projectNumber", None)
5555
self.projectRegion = project_draft.get("projectRegion", None)
5656
self.projectTopic = project_draft.get("projectTopic", None)
57+
self.projectTopicKey = project_draft.get("projectTopicKey", None)
5758
self.projectType = int(project_draft["projectType"])
5859
self.requestingOrganisation = project_draft.get("requestingOrganisation", None)
5960
self.requiredResults = 0

0 commit comments

Comments
 (0)