Skip to content

Commit

Permalink
修改代码
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbbbbbbbbbbba committed Aug 7, 2019
1 parent 8fb4fe0 commit d2dfcb9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion controllers/api/config_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ func (this *ConfigController) GetConfigs() *simple.JsonResult {
"siteDescription": siteDescription,
"siteKeywords": siteKeywords,
})

}
1 change: 0 additions & 1 deletion controllers/api/topic_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ func (this *TopicController) GetGithub() *simple.JsonResult {
}
go func() {
services.ProjectService.StartCollect()
services.ProjectService.SyncToTopic(user.Id)
}()
return simple.JsonSuccess()
}
Expand Down

0 comments on commit d2dfcb9

Please sign in to comment.