summaryrefslogtreecommitdiff
path: root/lib/tech-vendors/table/vendor-all-export.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tech-vendors/table/vendor-all-export.ts')
-rw-r--r--lib/tech-vendors/table/vendor-all-export.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tech-vendors/table/vendor-all-export.ts b/lib/tech-vendors/table/vendor-all-export.ts
index a1ad4fd1..f2650102 100644
--- a/lib/tech-vendors/table/vendor-all-export.ts
+++ b/lib/tech-vendors/table/vendor-all-export.ts
@@ -108,6 +108,7 @@ function createBasicInfoSheet(
address: vendor.address,
representativeName: vendor.representativeName,
createdAt: vendor.createdAt ? formatDate(vendor.createdAt) : "",
+ techVendorType: vendor.techVendorType?.split(',').join(', ') || vendor.techVendorType,
});
});
}