Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizgar91 committed Aug 1, 2024
1 parent e1bb7aa commit 025c5b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/payments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -679,10 +679,10 @@ export class Payments {

/**
* Downloads files for a given DID asset.
*
*
* @param did - The DID of the file.
* @param nvmApiKey - The NVM API key to use for the request.
* @returns A promise that resolves to the JSON response from the server.
* @returns A promise that resolves to the JSON response from the server.
*/
public async downloadFiles(did: string, nvmApiKey?: string) {
const body = { did }
Expand Down

0 comments on commit 025c5b6

Please sign in to comment.