forked from Mirrors/doipjs
fix: Fix forem ambiguity
This commit is contained in:
parent
15bbad0e6b
commit
d6c31ef50c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ const processURI = (uri) => {
|
|||
},
|
||||
match: {
|
||||
regularExpression: reURI,
|
||||
isAmbiguous: false
|
||||
isAmbiguous: true
|
||||
},
|
||||
profile: {
|
||||
display: `${match[2]}@${match[1]}`,
|
||||
|
|
Loading…
Reference in a new issue