Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
shrouxm committed Oct 6, 2023
1 parent 788bcbe commit 696a506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/soilId/soilIdSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const methodEnabled = <T extends SoilPitMethod>(
method: T,
): `${T}Enabled` => `${method}Enabled`;

export const methodRequired = <T extends SoilPitMethod>(
export const methodRequired = <T extends CollectionMethod>(
method: T,
): `${T}Required` => `${method}Required`;

Expand Down

0 comments on commit 696a506

Please sign in to comment.