Merge branch 'master' into graceful-queues

This commit is contained in:
Andrew Thornton
2019-12-30 18:39:25 +00:00
parent b1c9fa7f1a
commit 4d8b8ed02e
3 changed files with 3 additions and 12 deletions
+1 -2
View File
@@ -26,8 +26,7 @@ func (db *DBIndexer) Delete(ids ...int64) error {
}
// Close dummy function
func (db *DBIndexer) Close() error {
return nil
func (db *DBIndexer) Close() {
}
// Search dummy function