1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-09 15:28:22 -05:00

Update modules/indexer/issues/indexer.go

Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
This commit is contained in:
zeripath 2019-12-31 11:39:58 +00:00 committed by GitHub
parent 4d8b8ed02e
commit a763ccada1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,7 +104,7 @@ func InitIssueIndexer(syncReindex bool) {
handler := func(data ...queue.Data) { handler := func(data ...queue.Data) {
indexer := holder.get() indexer := holder.get()
if indexer == nil { if indexer == nil {
log.Error("Unable to get indexer!") log.Error("Issue indexer handler: unable to get indexer!")
return return
} }