Skip to content

Commit 861af8d

Browse files
committed
fix: remove extra whitespace
1 parent af8f8b9 commit 861af8d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ export class InstrumentRecordsService {
148148
instrument = (await this.instrumentsService.findById(record.instrumentId)) as ScalarInstrument;
149149
instruments.set(record.instrumentId, instrument);
150150
}
151-
152151
for (const [dataKey, dataValue] of Object.entries(record.data as object[])) {
153152
let newDataValue;
154153
if (typeof dataValue === 'object' && dataValue && JSON.stringify(dataValue)) {

0 commit comments

Comments
 (0)