Skip to content

Commit

Permalink
fix para name in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
elsholz committed Jan 1, 2024
1 parent f6924a0 commit c205ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/code/metroplanner_api/type_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class PlanstateHistoryItem(PlanstateStats):


class PlanstateHistoryItemWithID(PlanstateHistoryItem):
planstateid: ObjectId
planstate_id: ObjectId


class Planstate(CreatePlanstate, PlanstateHistoryItem):
Expand Down

0 comments on commit c205ad1

Please sign in to comment.