forked from Mirrors/doipjs
Fixed proof format
This commit is contained in:
parent
954899162e
commit
b78766341f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ const processURI = (uri) => {
|
||||||
request: {
|
request: {
|
||||||
fetcher: E.Fetcher.XMPP,
|
fetcher: E.Fetcher.XMPP,
|
||||||
access: E.ProofAccess.SERVER,
|
access: E.ProofAccess.SERVER,
|
||||||
format: E.ProofFormat.JSON,
|
format: E.ProofFormat.TEXT,
|
||||||
data: {
|
data: {
|
||||||
id: `${match[1]}@${match[2]}`,
|
id: `${match[1]}@${match[2]}`,
|
||||||
field: 'note'
|
field: 'note'
|
||||||
|
|
Loading…
Reference in a new issue