Skip to content

Commit

Permalink
Merge branch 'fix/sync-project-create' of https://github.com/hotosm/fmtm
Browse files Browse the repository at this point in the history
 into fix/sync-project-create
  • Loading branch information
spwoodcock committed Nov 28, 2023
2 parents fb69c17 + de08ec3 commit cd4e426
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/backend/app/projects/project_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,7 @@ async def update_odk_credentials(
project_id: int,
db: Session = Depends(database.get_db),
):
"""Update odk credential of a project.
"""
"""Update odk credential of a project."""
if odk_central_cred.odk_central_url.endswith("/"):
odk_central_cred.odk_central_url = odk_central_cred.odk_central_url[:-1]

Expand Down

0 comments on commit cd4e426

Please sign in to comment.