Skip to content

Commit

Permalink
Change verificationResults.getVerification
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliorizzo committed Feb 4, 2021
1 parent e6d151b commit c08c95a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/modules/VerificationResults.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ export class VerificationResults extends DataCollectorItem {
* $ref: '#/responses/NotFound'
*/
getVerification: async (params) => {
const { address } = params
const { address, fields } = params
const query = { address, match: true }
return this.getItem(query, params)
return this.getOne(query, fields)
}
}
}
Expand Down

0 comments on commit c08c95a

Please sign in to comment.