diff --git a/plugins/cleanupNumericValues.js b/plugins/cleanupNumericValues.js index 643ed30aa..1eacd6e84 100644 --- a/plugins/cleanupNumericValues.js +++ b/plugins/cleanupNumericValues.js @@ -60,7 +60,7 @@ export const fn = (_root, params) => { for (const [name, value] of Object.entries(node.attributes)) { // The `version` attribute is a text string and cannot be rounded - if (name === 'version') { + if (name === 'version' || name === 'id') { continue; }