Merge branch 'main' into 'fix/guardas_sin_impresion'

Main

See merge request jjimenez/safekat!538
This commit is contained in:
2025-02-10 17:53:03 +00:00
2 changed files with 8 additions and 3 deletions

View File

@ -11,6 +11,5 @@ $(() => {
})
$("#btn-log-out").on("click",() => {
clearInterval(chatNotificationInterval)
console.log("CLEAR")
})
})