forked from Mirrors/doipjs
fix: fix bad reference
This commit is contained in:
parent
7639962521
commit
626077f880
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ export function processURI (uri) {
|
||||||
name: 'ASPE'
|
name: 'ASPE'
|
||||||
},
|
},
|
||||||
profile: {
|
profile: {
|
||||||
display: match[1],
|
display: uri,
|
||||||
uri,
|
uri,
|
||||||
qr: null
|
qr: null
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue