Skip to content

Commit b4d7ce4

Browse files
committed
fix: typo
1 parent ff1d518 commit b4d7ce4

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
@@ -291,7 +291,7 @@ export class InstrumentRecordsService {
291291

292292
const sessionId = session.id;
293293

294-
const parseResult = instrument.validationSchema.safeParse(this.parseJson(data));
294+
const parseResult = instrument.validationSchema.safeParse(this.parseJson(rawData));
295295
if (!parseResult.success) {
296296
console.error(parseResult.error.issues);
297297
throw new UnprocessableEntityException(

0 commit comments

Comments
 (0)