persistir foto de perfil do profissional no backend #792
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
thalesluiz45
left a comment
There was a problem hiding this comment.
A assinatura do método createProfessional está diferente entre a interface e a implementação.
A interface possui 2 parâmetros, mas a implementação/controller usam 3 (MultipartFile profilePhoto), causando erro de compilação. Ajustar as assinaturas para ficarem iguais nos três pontos.
Tarefas Relacionadas
Issue: #593
Mudanças Realizadas