mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
Fix path to claim
This commit is contained in:
parent
2e6baef01d
commit
8e1ac82fde
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ const processURI = (uri) => {
|
|||
claim: {
|
||||
format: E.ClaimFormat.MESSAGE,
|
||||
relation: E.ClaimRelation.CONTAINS,
|
||||
path: ['data', 'content', 'body'],
|
||||
path: ['content', 'body'],
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue