v1.199.6
Fix
Pass Date objects instead of ISO strings to Drizzle inserts
- Drizzle mode:'date' columns expect Date objects. The noteTimestamp
- in add-to-harvous and inbox accept-all endpoints called .toISOString()
- which produced a string — Drizzle then crashed trying to call
- .toISOString() on the already-stringified value.
