@cccarv82/freya 1.0.22 → 1.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli/web-ui.js +0 -1
- package/package.json +1 -1
package/cli/web-ui.js
CHANGED
|
@@ -450,7 +450,6 @@
|
|
|
450
450
|
: 'Publicar o relatório selecionado?';
|
|
451
451
|
|
|
452
452
|
const ok = confirm(msg);
|
|
453
|
-
const ok = confirm('Publicar o relatório selecionado?');
|
|
454
453
|
if (!ok) return;
|
|
455
454
|
|
|
456
455
|
const webhookUrl = target === 'discord' ? $('discord').value.trim() : $('teams').value.trim();
|