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: {
|
match: {
|
||||||
regularExpression: reURI,
|
regularExpression: reURI,
|
||||||
isAmbiguous: false
|
isAmbiguous: true
|
||||||
},
|
},
|
||||||
profile: {
|
profile: {
|
||||||
display: `${match[2]}@${match[1]}`,
|
display: `${match[2]}@${match[1]}`,
|
||||||
|
|
Loading…
Reference in a new issue