acronie
acronie
Explore posts from servers
DTDrizzle Team
Created by acronie on 11/16/2024 in #help
`TypeError: Cannot read properties of undefined (reading 'query')`
Getting this weird error
await db.insert(product).values({
description: body.description,
images: body.images,
name: body.name,
price: body.price,
thumbnail: body.thumbnail,
});
await db.insert(product).values({
description: body.description,
images: body.images,
name: body.name,
price: body.price,
thumbnail: body.thumbnail,
});
2 replies