Skip to content

Commit

Permalink
Properly remove contributor after match
Browse files Browse the repository at this point in the history
  • Loading branch information
kwahlin committed Feb 8, 2022
1 parent f963a2f commit 546b96e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ selectByIds(fiction) { data ->

if (matchedOnName) {
// Contributor found locally, no need to search further later
contributorsInRespStmt.remove(matchedOnName)
contributorsInRespStmt.remove(matchedOnName.key)

List cRoles = asList(c.role)
List rRoles = matchedOnName.value
Expand Down

0 comments on commit 546b96e

Please sign in to comment.