Skip to content

Commit

Permalink
fix: syntax fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Meys Torkaman authored and Meys Torkaman committed Feb 12, 2024
1 parent 64f8c63 commit fb74bdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ export const techRecordDocumentConversion = () =>
S: "different_tankManufacturer",
};
// update missing attribute to NULL
techRecordDocumentJsonNew.techRecord.L[0].M.adrDetailsM.tank.M.tankStatement.M.productListUnNo = { NULL: true };
techRecordDocumentJsonNew.techRecord.L[0].M.adrDetails.M.tank.M.tankStatement.M.productListUnNo = { NULL: true };

const event = {
Records: [
Expand Down

0 comments on commit fb74bdc

Please sign in to comment.