Skip to content

Commit

Permalink
fix: allow editing of custom PKs (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: Sascha Depold <[email protected]>
  • Loading branch information
sdepold and Sascha Depold authored Dec 5, 2023
1 parent 23bff8a commit 34fc422
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,6 @@ class Resource extends BaseResource {
delete parsedParams[property.name()];
}
}
if (!property.isEditable()) {
delete parsedParams[property.name()];
}
});
return parsedParams;
}
Expand Down

0 comments on commit 34fc422

Please sign in to comment.