mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
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'
|
||||
},
|
||||
profile: {
|
||||
display: match[1],
|
||||
display: uri,
|
||||
uri,
|
||||
qr: null
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue