Skip to content

Commit

Permalink
Merge pull request #9963 from dmarcoux/remove-old-comment
Browse files Browse the repository at this point in the history
Remove outdated comment
  • Loading branch information
DavidKang committed Jul 29, 2020
2 parents f944da3 + c4c99a7 commit 2b02b71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/app/models/relationship.rb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ def add_role(obj, role, opts = {})
end

def cache_sequence
# False positive: https://github.com/rubocop-hq/rubocop/issues/8196
Rails.cache.fetch(RELATIONSHIP_CACHE_SEQUENCE) { 0 }
end

Expand Down

0 comments on commit 2b02b71

Please sign in to comment.