Skip to content

Commit 00834f1

Browse files
committed
chore: remove unused enum import
1 parent eab823e commit 00834f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/api/src/instrument-records/instrument-records.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import type {
1515
UploadInstrumentRecordsData
1616
} from '@opendatacapture/schemas/instrument-records';
1717
import { Prisma } from '@prisma/client';
18-
import type { $Enums, Session } from '@prisma/client';
18+
import type { Session } from '@prisma/client';
1919
import { isNumber, mergeWith, pickBy } from 'lodash-es';
2020

2121
import type { EntityOperationOptions } from '@/core/types';

0 commit comments

Comments
 (0)