Skip to content

Commit 5b0282c

Browse files
author
Iurii Golovinskii
committed
[FE][Part 2] public method convertDtoFieldOperationTypes replacePropertyInChangesSummary
1 parent da32c0e commit 5b0282c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ export * from './components'
2121
export * from './consts'
2222
export * from './types'
2323
export { calculateChangeId, calculateDiffId, calculateImpactedSummary, convertToSlug, removeComponents } from './utils'
24-
console.log('dfsfsdfsdfsdf TEST')
24+
export { convertDtoFieldOperationTypes, replacePropertyInChangesSummary } from './utils/transformToDto'

src/utils/transformToDto.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export function toOperationChangesDto({
150150
export function toVersionsComparisonDto({
151151
data,
152152
...rest
153-
}: VersionsComparison, logError: (message: string) => void): VersionsComparisonDto<DiffTypeDto> {
153+
}: VersionsComparison, logError: (message: string) => void): VersionsComparisonDto {
154154
return {
155155
...rest,
156156
operationTypes: convertDtoFieldOperationTypes(rest.operationTypes, {origin: risky,

0 commit comments

Comments
 (0)