markcdev101 / spring-flavour-vault-backend

Repository for backend code for Flavour Vault
0 stars 0 forks source link

Bug 02: Fix POST recipe endpoint - ingredients duplicate #21

Closed markcdev101 closed 1 week ago

markcdev101 commented 1 week ago

Bug Description: When creating a new recipe, it always create a new ingredient and doesnt use existing ingredients.

markcdev101 commented 1 week ago

Fix the bug by checking ingredients name not ID.

markcdev101 commented 1 week ago

Image