修复:action使用正确
This commit is contained in:
parent
cec764127e
commit
6b9adefde2
|
@ -179,7 +179,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