mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Removed log
This commit is contained in:
@@ -359,7 +359,6 @@ App::patch('/v1/functions/:functionId/tag')
|
||||
}
|
||||
|
||||
$schedule = $function->getAttribute('schedule', '');
|
||||
var_dump($schedule);
|
||||
$cron = (empty($function->getAttribute('tag')) && !empty($schedule)) ? CronExpression::factory($schedule) : null;
|
||||
$next = (empty($function->getAttribute('tag')) && !empty($schedule)) ? $cron->getNextRunDate()->format('U') : null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user