remove weather

This commit is contained in:
HolgerHatGarKeineNode
2023-05-04 20:04:35 +02:00
parent b76a810da5
commit 82b5a6e7c1
6 changed files with 287 additions and 208 deletions

View File

@@ -14,13 +14,13 @@ class MempoolWeather extends Component
public function mount()
{
if (cache()->has('mempool-weather')) {
/*if (cache()->has('mempool-weather')) {
$this->weather = cache()->get('mempool-weather');
} else {
Artisan::call(CacheRecommendedFees::class);
$this->weather = cache()->get('mempool-weather');
}
$this->changed = cache()->get('mempool-weather-changed');
$this->changed = cache()->get('mempool-weather-changed');*/
}
public function render()