Browse Source

fix

tags/v4.0.0
yystopf 4 years ago
parent
commit
e1b0abbf31
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/controllers/projects_controller.rb

+ 1
- 1
app/controllers/projects_controller.rb 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



Loading…
Cancel
Save