diff --git a/app/Models/Note.php b/app/Models/Note.php index 9150d051..d0993171 100644 --- a/app/Models/Note.php +++ b/app/Models/Note.php @@ -355,7 +355,7 @@ class Note extends Model } catch (\Exception $e) { return null; } - Cache::put($tweetId, $oEmbed, ($oEmbed->cache_age / 60)); + Cache::put($tweetId, $oEmbed, ($oEmbed->cache_age)); return $oEmbed; }