mirror of
https://github.com/Readarr/Readarr
synced 2026-01-22 23:41:28 +01:00
Apply suggestions from code review
This commit is contained in:
parent
570c9e4138
commit
f241a8a914
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Reference in a new issue