Skip to content

Commit

Permalink
fix: Id do elemento status equivocado
Browse files Browse the repository at this point in the history
  • Loading branch information
leogianfagna committed Jan 19, 2025
1 parent d6a26f5 commit 2a8d344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascript/webhook-status.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function sendStatusWebhook() {
}

function tipoDeWebhook() {
const tipoSelecionado = document.getElementById('webhook-type').value;
const tipoSelecionado = document.getElementById('status-type').value;

switch (tipoSelecionado) {
case "manutencaoAgendada":
Expand Down

0 comments on commit 2a8d344

Please sign in to comment.