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:
parent
3396e930d4
commit
a4b46b08ba
1 changed files with 1 additions and 1 deletions
|
|
@ -1121,7 +1121,7 @@ const resolvedAppUrl = useMemo(() => {
|
|||
return () => {
|
||||
unsub?.()
|
||||
}
|
||||
}, [token])
|
||||
}, [token, attemptSelfHeal])
|
||||
|
||||
async function register() {
|
||||
if (!profile) return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue