Skip to content

Commit

Permalink
manage_plan.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WSL0809 committed Apr 12, 2024
1 parent 7abeb6f commit 536e150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/manage_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def get_plans(db, plan_category):
except SQLAlchemyError as e:
db.rollback()
raise HTTPException(status_code=500, detail=str(e))
return res
return dict(res)

# add new plan
@router.post("/new_plan")
Expand Down

0 comments on commit 536e150

Please sign in to comment.