products -> removes id from POST

This commit is contained in:
Leon Meier 2025-03-09 23:12:54 +01:00
parent fe04ad9ce3
commit fd7d1ffd47

View File

@ -86,7 +86,6 @@ async function post(req: Request, res: Response) {
await db.products
.create({
data: {
id: value.id,
gtin: value.gtin,
name: value.name,
price: value.price,