Skip to content

Commit

Permalink
change state to us_state in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
kylezryr committed Oct 20, 2024
1 parent 70fa068 commit 620832b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export type DifficultyLevelEnum = 'EASY' | 'MODERATE' | 'HARD';
export interface Plant {
id: UUID;
plant_name: string;
state: string;
us_state: string;
harvest_season: SeasonEnum;
water_frequency: string;
weeding_frequency: string;
Expand Down

0 comments on commit 620832b

Please sign in to comment.