Merge branch 'develop' into standalone_develop

This commit is contained in:
yystopf 2023-01-04 09:43:27 +08:00
commit dd979eb1d0
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ class Project < ApplicationRecord
end
end
if !self.common?
$redis_cache.srem("v2-project-rank-deleted", self.id)
CacheAsyncClearJob.perform_later('project_rank_service', self.id)
end
end