add cron to format

This commit is contained in:
cupcakearmy 2020-05-17 14:48:45 +02:00
parent 9acb6296e4
commit 8dcd0b1f12
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ const showAll = () => {
console.log(`\n${key.blue.underline}:`)
console.log(treeToString(
data,
['to:', 'from:', 'hooks:', 'options:'],
['to:', 'from:', 'hooks:', 'options:', 'cron:'],
))
}