fix: change email default rule

This commit is contained in:
2021-11-19 10:21:09 +08:00
parent f13b8009ad
commit 55ab694505
20 changed files with 616 additions and 568 deletions

View File

@@ -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