Преглед на файлове

Update InstanceService, fix banner blurhash memory bug

Daniel Supernault преди 2 години
родител
ревизия
58ec49fd57
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/Services/InstanceService.php

+ 1 - 1
app/Services/InstanceService.php

@@ -95,7 +95,7 @@ class InstanceService
     		}
     		$cached = config_cache('instance.banner.blurhash');
 
-    		if($cached && $cached !== 'UzJR]l{wHZRjM}R%XRkCH?X9xaWEjZj]kAjt') {
+    		if($cached) {
     			return $cached;
     		}