mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-11 00:52:25 +08:00
fix: ping func
This commit is contained in:
@@ -320,7 +320,7 @@ func handleAPIPostCreate(c *gin.Context) {
|
||||
logrus.Error("handleAPIPostCreate.UpdateArticle: ", err)
|
||||
return
|
||||
}
|
||||
if !artc.IsDraft {
|
||||
if !article.IsDraft {
|
||||
cache.Ei.RepArticle(artc, article)
|
||||
// 异步执行,快
|
||||
go func() {
|
||||
|
||||
Reference in New Issue
Block a user