chore: remove GetRunnerByToken

This commit is contained in:
Jason Song
2022-11-15 13:50:41 +08:00
parent 0682f0fcc5
commit 717344007a
3 changed files with 2 additions and 16 deletions

View File

@ -119,7 +119,7 @@ func (b *Basic) Verify(req *http.Request, w http.ResponseWriter, store DataStore
return user_model.NewBotUser()
} else {
log.Error("GetRunnerByToken: %v %v", task, err)
log.Error("GetTaskByToken: %v %v", task, err)
}
if !setting.Service.EnableBasicAuth {