Skip to content

Commit

Permalink
change weed_frequency to weeding_frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
kylezryr committed Oct 16, 2024
1 parent e3caa76 commit d0d3fe2
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 @@ -10,7 +10,7 @@ export interface Plant {
state: string;
harvest_season: SeasonEnum;
water_frequency: string;
weed_frequency: string;
weeding_frequency: string;
plant_seed_indoors_start: string;
plant_seed_indoors_end: string;
plant_seed_outdoors_start: string;
Expand Down

0 comments on commit d0d3fe2

Please sign in to comment.