Fix ambiguous parameter

This commit is contained in:
Yarmo Mackenbach 2022-10-25 09:22:06 +02:00
parent cabaa4ec16
commit f64f9cff58
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1

View file

@ -25,7 +25,7 @@ const processURI = (uri) => {
}, },
match: { match: {
regularExpression: reURI, regularExpression: reURI,
isAmbiguous: false isAmbiguous: true
}, },
profile: { profile: {
display: uri, display: uri,