chore: refs #6818 add spaces
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-11-12 10:11:26 +01:00
parent 700701f055
commit 81b35aa75b
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ const type = Object.keys(config).find((key) => key in useAttrs()) || 'sip';
onBeforeMount(async () => {
let url;
let { channel } = config[type];
if (type === 'sip') return;
if (type === 'say-simple') {
if (type === 'sip') return;
else if (type === 'say-simple') {
url = (await axios.get('SaySimpleConfigs/findOne')).data.url;
if (!channel)
channel = (