Skip to content

Commit

Permalink
fix: added organisation_id in payload of create project
Browse files Browse the repository at this point in the history
  • Loading branch information
sujanadh committed Feb 13, 2024
1 parent 673b5cd commit 787904d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ const SplitTasks = ({ flag, geojsonFile, setGeojsonFile, customLineUpload, custo
hashtags: arrayHashtag,
data_extract_type: projectDetails.data_extract_type,
data_extract_url: projectDetails.data_extract_url,
organisation_id: projectDetails.organisation_id,
};
if (splitTasksSelection === task_split_type['task_splitting_algorithm']) {
projectData = { ...projectData, task_num_buildings: projectDetails.average_buildings_per_task };
Expand Down

0 comments on commit 787904d

Please sign in to comment.