Skip to content

Commit 668c094

Browse files
committed
feat: add delete instruments by subject id to the deletebyid
1 parent f31bdfa commit 668c094

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/api/src/subjects/subjects.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { ConflictException, Injectable, NotFoundException } from '@nestjs/common
44
import type { Prisma } from '@prisma/client';
55

66
import type { EntityOperationOptions } from '@/core/types';
7+
import { InstrumentRecordsService } from '@/instrument-records/instrument-records.service';
78

89
import { CreateSubjectDto } from './dto/create-subject.dto';
910

0 commit comments

Comments
 (0)