refactor: comment out agentTypeSections in seed script to prevent unintended application during bootstrap
This commit is contained in:
@@ -654,6 +654,10 @@ async function main() {
|
|||||||
];
|
];
|
||||||
|
|
||||||
// Agent-type-specific sections (NOT global)
|
// 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 = [
|
const agentTypeSections = [
|
||||||
{
|
{
|
||||||
agentTypeName: 'Professional',
|
agentTypeName: 'Professional',
|
||||||
|
|||||||
Reference in New Issue
Block a user