Skip to content

Commit 34fc422

Browse files
sdepoldSascha Depold
and
Sascha Depold
authored
fix: allow editing of custom PKs (#125)
Co-authored-by: Sascha Depold <[email protected]>
1 parent 23bff8a commit 34fc422

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/resource.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,6 @@ class Resource extends BaseResource {
232232
delete parsedParams[property.name()];
233233
}
234234
}
235-
if (!property.isEditable()) {
236-
delete parsedParams[property.name()];
237-
}
238235
});
239236
return parsedParams;
240237
}

0 commit comments

Comments
 (0)