We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af8f8b9 commit 861af8dCopy full SHA for 861af8d
1 file changed
apps/api/src/instrument-records/instrument-records.service.ts
@@ -148,7 +148,6 @@ export class InstrumentRecordsService {
148
instrument = (await this.instrumentsService.findById(record.instrumentId)) as ScalarInstrument;
149
instruments.set(record.instrumentId, instrument);
150
}
151
-
152
for (const [dataKey, dataValue] of Object.entries(record.data as object[])) {
153
let newDataValue;
154
if (typeof dataValue === 'object' && dataValue && JSON.stringify(dataValue)) {
0 commit comments