forked from Mirrors/doipjs
Fix ambiguous parameter
This commit is contained in:
parent
cabaa4ec16
commit
f64f9cff58
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ const processURI = (uri) => {
|
|||
},
|
||||
match: {
|
||||
regularExpression: reURI,
|
||||
isAmbiguous: false
|
||||
isAmbiguous: true
|
||||
},
|
||||
profile: {
|
||||
display: uri,
|
||||
|
|
Loading…
Reference in a new issue