Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
manustars authored Oct 7, 2024
1 parent b8dde9c commit d92d7e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ async function refreshMetrics() {
const rawResponse = await nhClient.getMiningRigs({ page: currentPage });
const data = rawResponse.data;

console.log("Risposta API:", JSON.stringify(data, null, 2)); // Log della risposta in modo leggibile
// Accumulo dei valori globali
totalRigsCount += data.totalRigs;
totalDevicesCount += data.totalDevices;
Expand Down

0 comments on commit d92d7e8

Please sign in to comment.