revert that comment change that I somehow made

This commit is contained in:
Kendall Garner
2026-06-09 20:56:30 -07:00
parent 4e5867e8af
commit 8b913595da
@@ -97,7 +97,7 @@ export const useServerAuthenticated = () => {
isAdmin: userInfo.isAdmin,
});
// Fetch and update server version and featuresauthenticateServer
// Fetch and update server version and features
try {
const serverInfo = await controller.getServerInfo({
apiClientProps: {
@@ -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);
}