Skip to content

Commit d8a4e70

Browse files
committed
feat: 将缓存同步移到安装脚本
1 parent bafdaa4 commit d8a4e70

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/service/cli.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -864,8 +864,5 @@ func (s *CliService) Init(ctx context.Context, cmd *cli.Command) error {
864864
return err
865865
}
866866

867-
// 初始化缓存
868-
_ = s.cacheRepo.UpdateApps()
869-
_ = s.cacheRepo.UpdateRewrites()
870867
return nil
871868
}

0 commit comments

Comments
 (0)