diff --git a/src/codecs/jats/index.ts b/src/codecs/jats/index.ts index e5fa61a69..0a9d868a1 100644 --- a/src/codecs/jats/index.ts +++ b/src/codecs/jats/index.ts @@ -1330,7 +1330,6 @@ export function decodeReference( ]).map((authorElem) => { if (authorElem.name === 'name' || authorElem.name === 'string-name') return decodeName(authorElem) - else return stencila.organization({ name: textOrUndefined(authorElem) }) }) // If no authors identified using `` elements