improvement: all confirmed suggestions implemented
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user