Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/database-size-check' int…
Browse files Browse the repository at this point in the history
…o feature/database-size-check
  • Loading branch information
david-d-h committed Sep 27, 2023
2 parents 1b7585e + f276261 commit caabc28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Checks/DatabaseSizeCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public function run(): Result

$size = $this->getDatabaseSize();


if ($size > $max) {
$mb = fn ($bytes) => round($bytes / 1024 / 1024);

Expand Down

0 comments on commit caabc28

Please sign in to comment.