more generalized fix for mapclick enhanced timestamps close #203

moves changes made in 0b47cf79c1 to the mapclick processing for benefit of other mapclick calls
This commit is contained in:
Matt Walsh
2026-04-09 12:18:56 -05:00
parent 30887202c8
commit a41b0da196
2 changed files with 2 additions and 3 deletions

View File

@@ -650,7 +650,7 @@ export const enhanceObservationWithMapClick = async (observationData, options =
}
return {
data: mapClickProps,
data: { ...mapClickProps, timestamp: observationData.timestamp },
wasImproved: true,
improvements,
missingFields: [...mapClickMissingRequired, ...mapClickMissingOptional],