Skip to content

Commit

Permalink
Create project fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harminius committed Dec 6, 2024
1 parent 4d34f5d commit 1b66b14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/mergin/sync/public_api_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ def add_project(namespace): # noqa: E501
**request.json,
creator=current_user,
workspace=workspace,
public=request.json.get("public", False),
)
p.updated = datetime.utcnow()

Expand Down

0 comments on commit 1b66b14

Please sign in to comment.