Fix lint
This commit is contained in:
parent
0199608b87
commit
210b23cfc7
4 changed files with 5 additions and 5 deletions
|
@ -30,7 +30,7 @@ class ActivityPub::Parser::CustomEmojiParser
|
|||
end
|
||||
|
||||
def is_sensitive # rubocop:disable Naming/PredicateName
|
||||
(@json['isSensitive'].presence || false)
|
||||
@json['isSensitive'].presence || false
|
||||
end
|
||||
|
||||
def license
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue