Skip to content

Commit

Permalink
Fix "TaxlotState" -> "TaxLotState" (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDevetry authored Oct 14, 2024
1 parent 017de01 commit fe20ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyseed/seed_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ def create_extra_data_column(
payload = {
"column_name": column_name,
"display_name": display_name,
"table_name": "PropertyState" if inventory_type == "Property" else "TaxlotState",
"table_name": "PropertyState" if inventory_type == "Property" else "TaxLotState",
"column_description": column_description,
"data_type": data_type,
"organization_id": self.get_org_id(),
Expand Down

0 comments on commit fe20ad0

Please sign in to comment.