This commit is contained in:
yystopf 2021-10-27 09:20:46 +08:00
parent 21fa609e05
commit e1b0abbf31
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ class ProjectsController < ApplicationController
def simple
# 为了缓存活跃项目的基本信息,后续删除
Cache::V2::ProjectCommonService.new(@project.id).read
Cache::V2::ProjectCommonService.new(@project.id).reset
json_response(@project, current_user)
end