1
0
Fork 0

Update InstanceService, fix banner blurhash memory bug

This commit is contained in:
Daniel Supernault 2023-05-13 00:18:53 -06:00
parent 026842dd93
commit 58ec49fd57
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

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