mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
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: {
|
match: {
|
||||||
regularExpression: reURI,
|
regularExpression: reURI,
|
||||||
isAmbiguous: false
|
isAmbiguous: true
|
||||||
},
|
},
|
||||||
profile: {
|
profile: {
|
||||||
display: uri,
|
display: uri,
|
||||||
|
|
Loading…
Reference in a new issue