remove comments and remove duplicated scheduling

This commit is contained in:
ayntk-ai
2024-08-05 20:57:27 +02:00
parent b64d4881cb
commit 50ede5cab9
2 changed files with 2 additions and 7 deletions

View File

@@ -91,7 +91,6 @@ class Configuration extends Component
}
$this->validate();
// Allow empty values and set defaults
if ($this->is_auto_update_enabled && !$this->validateCronExpression($this->auto_update_frequency)) {
$this->dispatch('error', 'Invalid Cron / Human expression for Auto Update Frequency.');
return;