We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e61acf commit a63d03fCopy full SHA for a63d03f
src/utils/transformToDto.ts
@@ -195,8 +195,6 @@ export function replacePropertyInChangesSummary<
195
override: risky,
196
}): ChangeSummary<J> {
197
if (Object.prototype.hasOwnProperty.call(obj, origin)) {
198
- // eslint-disable-next-line @typescript-eslint/ban-ts-comment
199
- // @ts-ignore
200
const copyObj= {...obj}
201
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
202
// @ts-ignore
0 commit comments