Merge branch 'develop' into standalone_develop
This commit is contained in:
commit
dd979eb1d0
|
@ -176,7 +176,7 @@ class Project < ApplicationRecord
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if !self.common?
|
if !self.common?
|
||||||
$redis_cache.srem("v2-project-rank-deleted", self.id)
|
CacheAsyncClearJob.perform_later('project_rank_service', self.id)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue