fix some typo

This commit is contained in:
Akkia
2022-04-10 20:28:22 +08:00
parent 97ef37ac56
commit 91a1e3fe22
4 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ type Cron struct {
LastResult bool // 最后一次执行结果
Cover uint8
CronJobID cron.EntryID `gorn:"-"`
CronJobID cron.EntryID `gorm:"-"`
ServersRaw string
}