Skip to content

Commit

Permalink
fix contact.
Browse files Browse the repository at this point in the history
  • Loading branch information
kbencherif committed Jan 4, 2024
1 parent 50c3a21 commit 821ead5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ contact_router.post('/', async (req, res) => {
const contact = await prisma.contact.create({
data: {
name: name,
category: category,
category: category.toString(),
description: description,
email: email
}
Expand Down

0 comments on commit 821ead5

Please sign in to comment.