修复:action使用正确

This commit is contained in:
yystopf 2023-01-04 09:43:18 +08:00
parent cec764127e
commit 6b9adefde2
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,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