Fixup whereby config.json, invalid JSON

pull/7789/head^2
Alex van Andel 2023-03-27 21:12:57 +02:00
parent 08ad4c07ea
commit 867966dd75
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
"type": "integrations:whereby_video",
"label": "Whereby Video",
"organizerInputPlaceholder": "https://www.whereby.com/cal",
"urlRegExp": "^(?:https?:\/\/)?(?:(?!.*-\.)(?:\w+(-\w+)*\.))*whereby\.com(\/[\w\-._~:?#\[\]@!$&'()*+,;%=]+)*$"
"urlRegExp": "^(?:https?://)?(?:(?!.*-\\.)(?:\\w+(-\\w+)*\\.))*whereby\\.com(/[\\w\\-._~:?#\\[\\]@!$&'()*+,;%=]+)*$"
}
}
}