Skip to content

Commit e23bd8f

Browse files
committed
chore: add todo comment
1 parent b0922ba commit e23bd8f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ export class InstrumentRecordsService {
146146
}
147147

148148
async exportRecords({ groupId }: { groupId?: string } = {}, { ability }: EntityOperationOptions = {}) {
149+
//separate this into seperate queries that are done within the thread (ie find session and subject info in thread instead with prisma model)
149150
const records = await this.instrumentRecordModel.findMany({
150151
include: {
151152
session: {

0 commit comments

Comments
 (0)