Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 8, 2023
1 parent f08399f commit 6a2de7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backend/app/projects/project_crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -2357,10 +2357,10 @@ def get_project_tiles(
try:
db.add(tile_path_instance)
db.commit()

get_id = task_id or project_id
entity = "tasks" if task_id else "projects"

# Project/task Outline
log.debug(f"Getting bbox : {get_id}")
query = text(
Expand Down

0 comments on commit 6a2de7e

Please sign in to comment.