We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 405a972 commit 6c9ef9eCopy full SHA for 6c9ef9e
1 file changed
apps/api/src/instrument-records/instrument-records.service.ts
@@ -426,7 +426,7 @@ export class InstrumentRecordsService {
426
const parseResult = $RecordArrayFieldValue.safeParse(objectEntry);
427
if (!parseResult.success) {
428
validRecordArrayList.push({
429
- message: `Error interpreting value of record array entry`,
+ message: `Error interpreting value of record array entry ${objectEntry}`,
430
success: false
431
});
432
}
0 commit comments