chore: lint

This commit is contained in:
nanov 2019-11-05 05:53:20 +02:00
parent fe2ad67139
commit 9aa2ab7380

View File

@ -72,7 +72,7 @@ module.exports = (xml, keys) => ({
businessCode() {
const select = xpath.useNamespaces({ xmlns: 'urn:org:ebics:H004' });
const node = select('//xmlns:body/xmlns:ReturnCode', this.doc)
const node = select('//xmlns:body/xmlns:ReturnCode', this.doc);
return node.length ? node[0].textContent : '';
},