Apply suggestions from code review

pull/3997/head
Bogdan 3 weeks ago committed by GitHub
parent 570c9e4138
commit f241a8a914
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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;
}

Loading…
Cancel
Save