mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
Fix types in test
This commit is contained in:
parent
c7bd4fe81e
commit
2efa2cbde8
1 changed files with 1 additions and 3 deletions
|
@ -49,9 +49,7 @@ const pattern = {
|
|||
data: _.isObject,
|
||||
},
|
||||
},
|
||||
claim: (x) => {
|
||||
return _.isObject(x) || _.isArray(x)
|
||||
},
|
||||
claim: _.isArray
|
||||
}
|
||||
|
||||
doipjs.claimDefinitions.list.forEach((claimDefName, i) => {
|
||||
|
|
Loading…
Reference in a new issue