소스 검색

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;
     		}