Skip to content

Commit

Permalink
Fixed incorrect warning message #988
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Jul 1, 2024
1 parent 961d743 commit 2678042
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ class ParatooService {
coordinates:projectAreaGeoJson.coordinates[0]
]
}
else {
else if (projectAreaGeoJson?.type != 'Polygon') {
log.warn("Invalid geometry type for project area: ${projectAreaGeoJson?.type} specified for Monitor project ${project.projectId}")
}
}
Expand Down

0 comments on commit 2678042

Please sign in to comment.