Skip to content

Commit cb53bef

Browse files
committed
fix(CarbonIntensity): bad return value"
1 parent 457c3a4 commit cb53bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CarbonIntensity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ public function downloadOneZone(ClientInterface $data_source, string $zone_name,
257257
}
258258
}
259259

260-
return 0;
260+
return $total_count;
261261
}
262262

263263
/**

0 commit comments

Comments
 (0)