mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
Fix missing opts
This commit is contained in:
parent
4e00c1025e
commit
35b52aa6d4
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ const processURI = (uri, opts) => {
|
|||
qr: null,
|
||||
},
|
||||
proof: {
|
||||
uri: utils.generateProxyURL('dns', match[1]),
|
||||
uri: utils.generateProxyURL('dns', match[1], opts),
|
||||
fetch: null,
|
||||
useProxy: false,
|
||||
format: 'json',
|
||||
|
|
Loading…
Reference in a new issue