refactor: comment out agentTypeSections in seed script to prevent unintended application during bootstrap

This commit is contained in:
pradeepkumar
2026-04-15 14:00:27 +05:30
parent d97657b475
commit 625d1d669a

View File

@@ -654,6 +654,10 @@ async function main() {
];
// Agent-type-specific sections (NOT global)
// NOTE: This array is retained as reference data only. The seed no longer applies it —
// Professional/Lender sections are managed via admin. Kept here so a fresh environment
// can be bootstrapped via a separate one-off script if ever needed.
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const agentTypeSections = [
{
agentTypeName: 'Professional',