We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c020854 commit e3a1b28Copy full SHA for e3a1b28
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')) entry.pages = undefined;
+ if (has(entry, 'pages')) delete entry.pages;
165
} else {
166
process.stderr.write(`Unknown citation type: '${type}', using anyway.`);
167
}
0 commit comments