Skip to content

Commit 81eb324

Browse files
committed
Some tweaks to comments
1 parent decf2b1 commit 81eb324

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

server/mergin/sync/public_api_v2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -965,6 +965,7 @@ components:
965965
type: object
966966
required:
967967
- items
968+
- to_version
968969
properties:
969970
to_version:
970971
$ref: "#/components/schemas/VersionName"

server/mergin/sync/public_api_v2_controller.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,6 @@ def get_project_delta(id: str, since: str, to: Optional[str] = None):
443443
400,
444444
f"""The 'since' parameter must be less than or equal to the {"'to' parameter" if to_provided else 'latest project version'}""",
445445
)
446-
# Still return empty list
447446
delta_changes = project.get_delta_changes(since_version, to_version) or []
448447

449448
return (

0 commit comments

Comments
 (0)