This commit is contained in:
cdle
2021-10-13 21:17:23 +08:00
parent 1fcf9820cb
commit 407e4bff55
+1 -1
View File
@@ -318,7 +318,7 @@ func GetCronID(s core.Sender, keyword string) (*Cron, error) {
} }
} }
} else { } else {
cron = cs[1] cron = cs[0]
} }
return &cron, nil return &cron, nil
} }