Remove extra newline in default crontab

This commit is contained in:
Johannes Zellner
2025-06-10 22:30:11 +02:00
parent 8f75f7332d
commit 39df3d7bad

View File

@@ -29,8 +29,7 @@ const commonPatternsMenu = [
{ label: t('app.cron.commonPattern.service'), action: () => addCommonPattern('@service') }
];
const crontabDefault = `
# +------------------------ minute (0 - 59)
const crontabDefault = `# +------------------------ minute (0 - 59)
# | +------------------- hour (0 - 23)
# | | +-------------- day of month (1 - 31)
# | | | +--------- month (1 - 12)