Apply suggestions from code review

This commit is contained in:
Bogdan 2025-03-28 10:43:34 +02:00 committed by GitHub
parent 570c9e4138
commit f241a8a914
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,6 @@ function getNewAuthor(author, payload) {
qualityProfileId,
metadataProfileId,
tags,
status,
searchForMissingBooks = false
} = payload;
@ -23,7 +22,6 @@ function getNewAuthor(author, payload) {
author.metadataProfileId = metadataProfileId;
author.rootFolderPath = rootFolderPath;
author.tags = tags;
author.status = status;
return author;
}