Browse Source

Update StatusService

Daniel Supernault 2 years ago
parent
commit
63f723decb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Services/StatusService.php

+ 0 - 1
app/Services/StatusService.php

@@ -137,7 +137,6 @@ class StatusService
 
 	public static function del($id, $purge = false)
 	{
-
 		if($purge) {
 			$status = self::get($id);
 			if($status && isset($status['account']) && isset($status['account']['id'])) {