feat(rdb): add sqlite as a dependency

This commit is contained in:
hexxa 2022-08-30 15:54:46 +08:00 committed by Hexxa
parent cb478ca266
commit f95a611204
6 changed files with 90 additions and 19 deletions

View file

@ -242,7 +242,7 @@ func initDeps(cfg gocfg.ICfg) *depidx.Deps {
logger.Infof("failed to reindex file index: %s", err)
}
}
deps.SetIFileIndex(fileIndex)
deps.SetFileIndex(fileIndex)
return deps
}