Files
twenty/packages
Sonarly Claude CodeandClaude Opus 4.6 d6c53b40bb Fix ADDRESS field persist error when lat/lng values are strings
The addressLat and addressLng fields use the NUMERIC type (BigFloat scalar),
which can arrive as strings in some data paths. The Zod validation schema
in isFieldAddressValue only accepted numbers, causing the persist operation
to throw "Invalid value to persist" for ADDRESS type fields.

Updated the schema and types to accept both string and number values for
addressLat and addressLng.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 22:49:42 +00:00
..
2026-02-18 23:34:36 +01:00
2026-02-18 23:34:36 +01:00