Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vin 436 refazer o bff #351

Merged

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public TastingCardOutputDTO updateTastingCard(String id, TastingCardInputDTO tas
public void deleteTastingCard(String id) {
log.info("deleteTastingCard :: Deletando uma ficha degustação pelo id: {}", id);
try {
this.getTastingCardById(id);
tastingCardClient.deleteTastingCard(id);
} catch (Exception e) {
log.error("deleteTastingCard :: Ocorreu um erro: {} ", MessagesConstants.ERROR_WHEN_DELETING, e);
Expand Down
Loading
Loading