fix
This commit is contained in:
parent
21fa609e05
commit
e1b0abbf31
|
@ -191,7 +191,7 @@ class ProjectsController < ApplicationController
|
||||||
|
|
||||||
def simple
|
def simple
|
||||||
# 为了缓存活跃项目的基本信息,后续删除
|
# 为了缓存活跃项目的基本信息,后续删除
|
||||||
Cache::V2::ProjectCommonService.new(@project.id).read
|
Cache::V2::ProjectCommonService.new(@project.id).reset
|
||||||
json_response(@project, current_user)
|
json_response(@project, current_user)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue