fix(desktop): adicionar attemptSelfHeal nas dependencias do useEffect

Corrige warning do eslint sobre dependencia faltante no hook useEffect
da assinatura de chat updates.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
rever-tecnologia 2025-12-09 20:32:26 -03:00
parent 3396e930d4
commit a4b46b08ba

View file

@ -1121,7 +1121,7 @@ const resolvedAppUrl = useMemo(() => {
return () => {
unsub?.()
}
}, [token])
}, [token, attemptSelfHeal])
async function register() {
if (!profile) return