We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 061a3cc commit 4d389c7Copy full SHA for 4d389c7
1 file changed
src/backend/src/services/boms.services.ts
@@ -200,7 +200,6 @@ export default class BillOfMaterialsService {
200
201
// Create copied materials (all or none)
202
return await prisma.$transaction(async (tx) => {
203
- const assemblyMap = new Map<string, string>();
204
const newMaterialIds: string[] = [];
205
206
for (const material of materials) {
0 commit comments