Chore: Move annotations cleanup to the annotations service (#55618)
This commit is contained in:
committed by
GitHub
parent
4739ff06a5
commit
2f14575dd3
@@ -16,7 +16,7 @@ type RepositoryImpl struct {
|
||||
|
||||
func ProvideService(db db.DB, cfg *setting.Cfg, tagService tag.Service) *RepositoryImpl {
|
||||
return &RepositoryImpl{
|
||||
store: &SQLAnnotationRepo{
|
||||
store: &xormRepositoryImpl{
|
||||
cfg: cfg,
|
||||
db: db,
|
||||
log: log.New("annotations"),
|
||||
|
||||
Reference in New Issue
Block a user