Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kwahlin committed Nov 15, 2024
1 parent 0e93ef8 commit 2639126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions whelktool/src/main/resources/bulk-change-scripts/merge.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import static whelk.datatool.bulkchange.BulkJobDocument.JOB_TYPE
import static whelk.datatool.bulkchange.BulkJobDocument.KEEP_KEY

Map deprecateLink = parameters.get(DEPRECATE_KEY)
Map keep = parameters.get(KEEP_KEY)
Map keepLink = parameters.get(KEEP_KEY)

String deprecateId = deprecateLink[ID_KEY]
String keepId = deprecateLink[ID_KEY]
String keepId = keepLink[ID_KEY]

if (!deprecateId || !keepId) return

Expand Down

0 comments on commit 2639126

Please sign in to comment.