Skip to content

Commit 60ecdea

Browse files
committed
fix: remove unused import
1 parent 48cbe59 commit 60ecdea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { accessibleQuery, InjectModel } from '@douglasneuroinformatics/libnest';
33
import type { Model } from '@douglasneuroinformatics/libnest';
44
import { linearRegression } from '@douglasneuroinformatics/libstats';
55
import { Injectable, UnprocessableEntityException } from '@nestjs/common';
6-
import type { InstrumentMeasureValue, ScalarInstrument } from '@opendatacapture/runtime-core';
6+
import type { ScalarInstrument } from '@opendatacapture/runtime-core';
77
import type {
88
CreateInstrumentRecordData,
99
InstrumentRecord,

0 commit comments

Comments
 (0)