Skip to content

Commit b153f94

Browse files
committed
Fix merge
1 parent 87ce775 commit b153f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

whelk-core/src/main/groovy/whelk/Whelk.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ class Whelk {
691691
redirectedIris[iri] = extDoc.getThingIdentifiers().first()
692692
extDoc.addThingIdentifier(iri)
693693
}
694-
storeAtomicUpdate(extDoc, minorUpdate, changedIn, changedBy, checkSum)
694+
storeAtomicUpdate(extDoc, minorUpdate, false, changedIn, changedBy, checkSum)
695695
})
696696
}
697697
catch (Exception e) { // TODO

0 commit comments

Comments
 (0)