Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
r-marques committed Sep 27, 2023
1 parent 4cf5a1c commit 64cb9df
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion integration/nevermined/Assets.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ describe('Assets', () => {
console.debug(`It should fail with error: ${err}`)
assert.isDefined(err)
})

})
})

Expand Down
4 changes: 2 additions & 2 deletions src/services/node/NeverminedNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -403,10 +403,10 @@ export class NeverminedNode extends Instantiable {
nftType: ercType,
serviceIndex: serviceIndex && serviceIndex >= 0 ? serviceIndex : -1,
})

this.logger.log(`Claiming NFT using endpoint: ${claimNFTEndpoint}`)
const response = await this.nevermined.utils.fetch.post(claimNFTEndpoint, claimBody)

if (!response.ok) {
throw new HttpError(`${response.statusText} ${response.url}`, response.status)
}
Expand Down
1 change: 0 additions & 1 deletion test/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { LoggerInstance } from '../src/utils'

LoggerInstance.setLevel(LogLevel.Error)


const config = {
marketplaceUri: 'http://localhost:3100',
neverminedNodeUri: 'http://localhost:8030',
Expand Down

0 comments on commit 64cb9df

Please sign in to comment.