uat-seed-script

This commit is contained in:
phaichayon
2026-06-30 10:48:15 +07:00
parent e4573ac0c9
commit e12ae120b0
31 changed files with 1791 additions and 314 deletions

View File

@@ -610,7 +610,7 @@ async function canAccessCustomerRow(
accessContext,
));
if (accessContext.ownershipScope === "monitor") {
if (accessContext.ownershipScope === 'monitor') {
return opportunityCustomerIds.has(row.id);
}