forked from Mirrors/doipjs
Change ProofFormat to strings
This commit is contained in:
parent
7cf509b6f5
commit
e99a0307bf
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ const ProofAccess = {
|
|||
Object.freeze(ProofAccess)
|
||||
|
||||
const ProofFormat = {
|
||||
JSON: 0,
|
||||
TEXT: 1,
|
||||
JSON: 'json',
|
||||
TEXT: 'text',
|
||||
}
|
||||
Object.freeze(ProofFormat)
|
||||
|
||||
|
|
Loading…
Reference in a new issue