restore lint ignore

This commit is contained in:
Kendall Garner
2026-06-09 21:02:14 -07:00
parent 8b913595da
commit 49c0ab45f6
@@ -298,7 +298,7 @@ export const useServerAuthenticated = () => {
await new Promise((resolve) => setTimeout(resolve, NETWORK_RETRY_DELAY_MS));
// Retry authentication
// eslint-disable-next-line react-hooks/immutability
return authenticateServer(serverWithAuth, nextRetry);
}