Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Return undefined instead of defaultStructureData
Browse files Browse the repository at this point in the history
  • Loading branch information
B77Mills committed Nov 1, 2021
1 parent d0b395e commit e4a958d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ module.exports = (node) => {
});
}

return JSON.stringify(defaultStruturedData);
return undefined;
};

0 comments on commit e4a958d

Please sign in to comment.