unpack-whenwe-json.js - indent, untabify

This commit is contained in:
Nick Stokoe
2023-05-09 12:07:18 +01:00
parent fbfed95657
commit 0f48194d81

View File

@@ -62,7 +62,7 @@ data.forEach((node, ix) => {
parent_of: node.field_parent_of?.und?.[0]?.value,
child_of: node.field_child_of?.und?.[0]?.value,
partner_of: node.field_partner_of?.und?.[0]?.value,
// lifetime: node.field_lifetime?.und?.[0]?.value,
// lifetime: node.field_lifetime?.und?.[0]?.value,
featured_image: node.field_featured_image?.und?.[0]?.filename,
});
break;