Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
olovy committed Apr 11, 2023
1 parent 87ce775 commit b153f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whelk-core/src/main/groovy/whelk/Whelk.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ class Whelk {
redirectedIris[iri] = extDoc.getThingIdentifiers().first()
extDoc.addThingIdentifier(iri)
}
storeAtomicUpdate(extDoc, minorUpdate, changedIn, changedBy, checkSum)
storeAtomicUpdate(extDoc, minorUpdate, false, changedIn, changedBy, checkSum)
})
}
catch (Exception e) { // TODO
Expand Down

0 comments on commit b153f94

Please sign in to comment.