We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8cb58b commit dc7b284Copy full SHA for dc7b284
regnum2phyx/regnum2phyx.js
@@ -161,7 +161,7 @@ function convertCitationsToBibJSON(citation) {
161
});
162
163
// Since we've moved pages and ISBN into journal, we don't also need it in the main entry.
164
- if (has(entry, 'pages')) delete entry.pages;
+ if (has(entry, 'pages')) entry.pages = undefined;
165
} else {
166
process.stderr.write(`Unknown citation type: '${type}', using anyway.`);
167
}
0 commit comments