Browse Source

Merge branch 'develop' into standalone_develop

pull/313/head
yystopf 3 years ago
parent
commit
dd979eb1d0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/models/project.rb

+ 1
- 1
app/models/project.rb 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



Loading…
Cancel
Save