1
0
Fork 0

Update MediaS3GarbageCollector commmand

This commit is contained in:
Daniel Supernault 2022-12-17 21:47:39 -07:00
parent b3c4d8c47c
commit 86c5415251
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 0 additions and 1 deletions

View File

@ -133,7 +133,6 @@ class MediaS3GarbageCollector extends Command
$localDisk->delete($media->media_path);
$media->version = 4;
$media->save();
$totalSize = $totalSize + $media->size;
} else {
$media->version = 4;
$media->save();