delete unused structs

This commit is contained in:
Lunny Xiao
2022-10-16 23:11:28 +08:00
committed by Jason Song
parent 4c2d976629
commit 482832da76
19 changed files with 190 additions and 782 deletions

View File

@@ -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)
}
}
}