Skip to content

Commit 29b666a

Browse files
committed
Update read-a-drivers-license.html
1 parent 4f7ea6d commit 29b666a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

use-case/read-a-drivers-license.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ <h1>Read A Driver's License</h1>
478478
function wrapResultObject(childFields) {
479479
for (let childField of childFields) {
480480
for (let field of childField) {
481-
if(["dataElementSeparator", "segmentTerminator", ].includes(field.FieldName)) continue;
481+
if(["dataElementSeparator", "segmentTerminator"].includes(field.FieldName)) continue;
482482
oriParseInfo[field.FieldName] = field.Value;
483483
if (field.ChildFields) {
484484
wrapResultObject(field.ChildFields);

0 commit comments

Comments
 (0)