mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
fix: change email default rule
This commit is contained in:
@@ -196,6 +196,7 @@ class Cache::V2::ProjectCommonService < ApplicationService
|
||||
|
||||
def reset_project_common
|
||||
load_project
|
||||
return unless @project.present?
|
||||
return unless @project.is_full_public
|
||||
$redis_cache.del(project_common_key)
|
||||
reset_project_owner_id
|
||||
|
||||
Reference in New Issue
Block a user