improvement: all confirmed suggestions implemented

This commit is contained in:
2026-09-04 17:04:48 +03:30
parent 7f92e735fb
commit 72f885d9dd
23 changed files with 1070 additions and 679 deletions

View File

@@ -191,7 +191,6 @@ async function main() {
subcategory: type.subcategory ?? '',
chartRegion: type.chartRegion,
stackGroup: type.stackGroup,
addonKind: type.addonKind ?? '',
};
const prosthesisType = await prisma.prosthesisType.upsert({
where: { code: type.code },