From 3d3976b0742e207b26660c70b9f05a9b7d3b9834 Mon Sep 17 00:00:00 2001 From: Nathan Lisgo Date: Mon, 14 Oct 2024 10:06:51 +0100 Subject: [PATCH] Address lint error --- src/codecs/jats/index.ts | 1 - 1 file changed, 1 deletion(-) 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