浏览代码

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