Skip to content

Commit a63d03f

Browse files
author
Iurii Golovinskii
committed
some changes
1 parent 7e61acf commit a63d03f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/transformToDto.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,6 @@ export function replacePropertyInChangesSummary<
195195
override: risky,
196196
}): ChangeSummary<J> {
197197
if (Object.prototype.hasOwnProperty.call(obj, origin)) {
198-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
199-
// @ts-ignore
200198
const copyObj= {...obj}
201199
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
202200
// @ts-ignore

0 commit comments

Comments
 (0)