mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
Run prettier
This commit is contained in:
parent
094aca1283
commit
0f58accbe2
1 changed files with 7 additions and 1 deletions
|
@ -18,7 +18,13 @@ const validUrl = require('valid-url')
|
|||
const serviceproviders = require('./serviceproviders')
|
||||
const utils = require('./utils')
|
||||
|
||||
const runVerificationJson = (res, proofData, checkPath, checkClaim, checkRelation) => {
|
||||
const runVerificationJson = (
|
||||
res,
|
||||
proofData,
|
||||
checkPath,
|
||||
checkClaim,
|
||||
checkRelation
|
||||
) => {
|
||||
let re
|
||||
|
||||
if (res.isVerified || !proofData) {
|
||||
|
|
Loading…
Reference in a new issue