inc/rest/routes/FeedRoutes.php
@@ -32,12 +32,14 @@ $this->cache_name = 'feed'; $this->cache_ttl = 86400; parent::__construct(); $this->cache->clear(); if (JVB_TESTING) { $this->cache->clear(); } } public function init():void { $this->cache->clear(); $this->checker = Checker::getInstance(); if (Features::hasIntegration('umami')) {