typo
This commit is contained in:
parent
510926c11a
commit
a749436cac
2
bot.go
2
bot.go
@ -1442,7 +1442,7 @@ func botRestartJob(m *tb.Message) {
|
|||||||
TGCmdQueue <- c
|
TGCmdQueue <- c
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
err := rescheduleJob(jobID64, 0, time.Now().UTC())
|
err = rescheduleJob(jobID64, 0, time.Now().UTC())
|
||||||
c := TGCommand{
|
c := TGCommand{
|
||||||
Type: commandReplyMsg,
|
Type: commandReplyMsg,
|
||||||
Text: "done",
|
Text: "done",
|
||||||
|
Loading…
Reference in New Issue
Block a user