Skip to content

Commit dda7c06

Browse files
feat: Removed the commented imports
1 parent 2b6085c commit dda7c06

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

apps/api/src/app/common/dtos/Schema.dto.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
ValidateNested,
1414
} from 'class-validator';
1515
import { Type } from 'class-transformer';
16-
import { ColumnTypesEnum /*, Defaults */ } from '@impler/shared';
16+
import { ColumnTypesEnum } from '@impler/shared';
1717
import { IsValidRegex } from '@shared/framework/is-valid-regex.validator';
1818
import { ValidationDto } from 'app/column/dtos/column-request.dto';
1919

apps/widget/src/hooks/useCompleteImport.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import { useMutation } from '@tanstack/react-query';
22

3-
// import { notifier } from '@util';
3+
import { notifier } from '@util';
44
import { IUpload } from '@impler/client';
55
import { logAmplitudeEvent } from '@amplitude';
66
import { IErrorObject } from '@impler/shared';
77
import { useAppState } from '@store/app.context';
88
import { useAPIState } from '@store/api.context';
9-
import { notifier } from '@util';
109

1110
interface IUseCompleteImportProps {
1211
onNext?: (uploadInfo: IUpload, importedData: Record<string, any>[]) => void;

0 commit comments

Comments
 (0)