Merge pull request #25391 from overleaf/em-queue-changes-verification-rollout-stage-2

queue changes verification rollout stage 2

GitOrigin-RevId: c79a5a252c6fc8caf6fd164a31e6e360b6fc3e73
This commit is contained in:
Brian Gough
2025-05-07 16:03:44 +01:00
committed by Copybot
parent ec91c120b1
commit ad94c29659

View File

@@ -209,8 +209,7 @@ async function persistChanges(projectId, allChanges, limits, clientEndVersion) {
projectId,
hollowSnapshot,
baseVersion,
changesToPersist,
{ onlyIfExists: true }
changesToPersist
)
}