fix(chart): skip VedAstro on chart-page first paint
The natal /api/chart request from the chart page now sends skip_vedastro_main_entry_overview, matching the ephemeris page. Mapper and contract never read that evidence. BUG-718 recurs from BUG-161. Tests lock both foreground natal paths.
This commit is contained in:
@@ -56,6 +56,7 @@ function birthPayload(profile: ChartViewProfileInput): Record<string, unknown> {
|
||||
ayanamsa: resolveAyanamsa({ ayanamsa: profile.ayanamsa }),
|
||||
node_mode: "mean",
|
||||
house_system: "P",
|
||||
skip_vedastro_main_entry_overview: true,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user