diff --git a/includes/websocket.js b/includes/websocket.js index d89f4f4..b1ee83a 100644 --- a/includes/websocket.js +++ b/includes/websocket.js @@ -123,8 +123,8 @@ async function fetchAndSendUpdate(ws, endpoint, client, docker) { }; if (!hashResponse.success) response.errors.push(`my-hash: ${hashResponse.message || 'Failed to fetch'}`); - if (!geyserHashResponse.success) response.errors.push(`my-geyser-hash: ${geyserHashResponse.message || 'Failed to fetch'}`); - if (!sftpHashResponse.success) response.errors.push(`my-sftp-hash: ${sftpHashResponse.message || 'Failed to fetch'}`); + // if (!geyserHashResponse.success) response.errors.push(`my-geyser-hash: ${geyserHashResponse.message || 'Failed to fetch'}`); + // if (!sftpHashResponse.success) response.errors.push(`my-sftp-hash: ${sftpHashResponse.message || 'Failed to fetch'}`); client.cache['holesail-hashes'] = response;