fix: load service templates on cloud

This commit is contained in:
Andras Bacsai 2025-01-21 13:39:53 +01:00
parent 1c39b133d3
commit 7e58cb9125

View file

@ -25,7 +25,7 @@ public function __construct()
public function handle(): void
{
try {
if (isDev() || isCloud()) {
if (isDev()) {
return;
}
$response = Http::retry(3, 1000)->get(config('constants.services.official'));