Skip to content

Commit

Permalink
Merge pull request #410 from hotosm/hot-fix/flight-plan-geojson-download
Browse files Browse the repository at this point in the history
fix: update response for flight plan
  • Loading branch information
suzit-10 authored Dec 22, 2024
2 parents 97e855e + fd1fde9 commit 4e371f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const DroneOperatorDescriptionBox = () => {
taskId as string,
{
select: (data: any) => {
return data.data.features;
return data.data?.results.features;
},
},
);
Expand Down

0 comments on commit 4e371f1

Please sign in to comment.