Update rubocop:disable comment position
This commit is contained in:
parent
7e78c3a21e
commit
f47589f65a
1 changed files with 1 additions and 3 deletions
|
@ -23,9 +23,7 @@ class EmojiReactService < BaseService
|
||||||
|
|
||||||
emoji_reaction = EmojiReaction.create!(account: account, status: status, name: shortcode, custom_emoji: custom_emoji)
|
emoji_reaction = EmojiReaction.create!(account: account, status: status, name: shortcode, custom_emoji: custom_emoji)
|
||||||
|
|
||||||
# rubocop:disable Rails/SkipsModelValidations
|
status.touch # rubocop:disable Rails/SkipsModelValidations
|
||||||
status.touch
|
|
||||||
# rubocop:enable Rails/SkipsModelValidations
|
|
||||||
|
|
||||||
Trends.statuses.register(status)
|
Trends.statuses.register(status)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue