refactor: remove console logs, update SaleInvoicePayload interface, and enhance GoodCategoriesService response mapping
This commit is contained in:
@@ -52,7 +52,6 @@ export class GoodsService {
|
||||
},
|
||||
},
|
||||
}
|
||||
console.log(dataToCreate)
|
||||
|
||||
const good = await this.prisma.good.create({
|
||||
data: dataToCreate,
|
||||
@@ -62,7 +61,6 @@ export class GoodsService {
|
||||
deleted_at: true,
|
||||
},
|
||||
})
|
||||
console.log(good)
|
||||
|
||||
return ResponseMapper.create(good)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user