Removed banner use cache for nw

This commit is contained in:
CHIEFSOFT\ameye
2025-07-05 17:20:05 -04:00
parent 04c742c7cd
commit ef028e855f
+2 -2
View File
@@ -80,7 +80,7 @@ class WrenchBanners extends BaseController
$previous_banners = false; // suspend the cache for now
if ( !$previous_banners ){
// if ( !$previous_banners ){
$ret = $this->wrenchboard->wrenchboard_api($in, $out);
$out['internal_return'] = $ret;
log_message('critical', "usersBanners ********* ALL ".serialize($out) );
@@ -89,7 +89,7 @@ class WrenchBanners extends BaseController
$this->saveCache($endpoint, $out, 1500);
$previous_banners = true;
}
}
// }
$extra_out["offers_list"] = $this->bannerGetOffers($in);
$extra_out["activetaskslist"] = $this->bannerGetActiveTasks($in);