Skip to content

Commit fab288c

Browse files
committed
fix: remove unnecessary subjectID variable naming
1 parent 2ffde02 commit fab288c

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
@@ -277,7 +277,7 @@ export class InstrumentRecordsService {
277277

278278
try {
279279
const subjectIdList = records.map((record) => {
280-
const { subjectId: subjectId } = record;
280+
const { subjectId } = record;
281281

282282
const subjectToAdd: CreateSubjectDto = { id: subjectId };
283283

0 commit comments

Comments
 (0)