mirror of
https://github.com/go-gitea/gitea
synced 2025-12-07 13:28:25 +00:00
delete unused structs
This commit is contained in:
@@ -102,7 +102,7 @@ func notify(repo *repo_model.Repository, doer *user_model.User, payload, ref str
|
||||
continue
|
||||
}
|
||||
if err := bots_model.InsertRun(&run, jobs); err != nil {
|
||||
log.Error("InsertBotTask: %v", err)
|
||||
log.Error("InsertRun: %v", err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user