From d8f2dd5755b070d3aefeb4d39eabe4fca7db0b17 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Fri, 22 Mar 2024 10:59:36 -0700 Subject: [PATCH] linting --- config/env/common.js | 2 +- test/e2e/manual/consumer/lib/test-utils.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/env/common.js b/config/env/common.js index edb8051..fbca196 100644 --- a/config/env/common.js +++ b/config/env/common.js @@ -69,7 +69,7 @@ export default { // Information passed to other IPFS peers about this node. apiInfo: 'https://ipfs-bch-wallet-service.fullstack.cash/', - ipfsCoordName: ipfsCoordName, + ipfsCoordName, // JSON-LD and Schema.org schema with info about this app. announceJsonLd: { diff --git a/test/e2e/manual/consumer/lib/test-utils.js b/test/e2e/manual/consumer/lib/test-utils.js index e65af82..c2e5e7e 100644 --- a/test/e2e/manual/consumer/lib/test-utils.js +++ b/test/e2e/manual/consumer/lib/test-utils.js @@ -108,7 +108,7 @@ class TestUtils { privateLog: this.rpcHandler, // Default to console.log isCircuitRelay: false, apiInfo: 'none', - announceJsonLd: announceJsonLd, + announceJsonLd, nodeType: 'external' })