Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
shrouxm committed Oct 13, 2023
1 parent 5485dd9 commit 9dc6d41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-redux": "^8.1.2",
"terraso-backend": "github:techmatters/terraso-backend#3750ba1",
"terraso-backend": "github:techmatters/terraso-backend#a0281ee",
"uuid": "^9.0.1"
},
"scripts": {
Expand Down
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 9dc6d41

Please sign in to comment.