fix in planner

This commit is contained in:
Mateusz Gruszczyński
2026-06-16 22:57:29 +02:00
parent 03ce088d24
commit 48f68cf125
5 changed files with 5 additions and 4 deletions
+1
View File
@@ -33,6 +33,7 @@ def download_planner_get():
@bp.post("/download-planner")
def download_planner_save():
# Note: Planner settings are saved through one canonical endpoint to avoid hidden frontend/backend fallbacks.
profile, error = _profile_or_error()
if error:
return error