We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8496c9f commit 5b1733dCopy full SHA for 5b1733d
1 file changed
server/mergin/sync/models.py
@@ -415,7 +415,6 @@ def get_delta_changes(
415
raise ValueError(
416
f"Missing expected checkpoint of rank 0 for version {checkpoint.end}"
417
)
418
- return
419
420
# If higher rank delta checkopoint does not exists we need to create it
421
if checkpoint.rank > 0:
0 commit comments