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)
|
Object.freeze(ProofAccess)
|
||||||
|
|
||||||
const ProofFormat = {
|
const ProofFormat = {
|
||||||
JSON: 0,
|
JSON: 'json',
|
||||||
TEXT: 1,
|
TEXT: 'text',
|
||||||
}
|
}
|
||||||
Object.freeze(ProofFormat)
|
Object.freeze(ProofFormat)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue