We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f0f789 commit d00dc12Copy full SHA for d00dc12
1 file changed
apps/api/src/instrument-records/instrument-records.service.ts
@@ -34,7 +34,7 @@ export class InstrumentRecordsService {
34
private readonly instrumentMeasuresService: InstrumentMeasuresService,
35
private readonly instrumentsService: InstrumentsService,
36
private readonly sessionsService: SessionsService,
37
- private readonly subjectsService: InstanceType<typeof SubjectsService>
+ private readonly subjectsService: SubjectsService
38
) {}
39
40
async count(
0 commit comments