Update src/main/java/com/mediamanager/service/delegate/handler/trackhasartist/DeleteTrackHasArtistHandler.java

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Gustavo Henrique Miranda 2025-12-09 19:15:25 -03:00 committed by GitHub
parent e994f4ef70
commit b759f0f770
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -59,4 +59,3 @@ public class DeleteTrackHasArtistHandler implements ActionHandler {
.setPayload(deleteResponse.toByteString()); .setPayload(deleteResponse.toByteString());
} }
} }
}