Delay PF permit competitor removal
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 35s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 35s
This commit is contained in:
@@ -115,7 +115,7 @@ def cmd_suggest(payload: dict[str, Any]) -> None:
|
||||
project = db.get(Project, project_id)
|
||||
if not project:
|
||||
_fail("project not found")
|
||||
changes, suggestions, permit = sync_permit_competitors(db, project)
|
||||
changes, suggestions, permit = sync_permit_competitors(db, project, count_missing=False)
|
||||
db.commit()
|
||||
if changes:
|
||||
notify_project_changes(project, changes)
|
||||
|
||||
Reference in New Issue
Block a user