Commit 5a95770f authored by Rajendra Kadam's avatar Rajendra Kadam

Fix cop offenses

parent 33dcb581
......@@ -10,11 +10,11 @@ module Mutations
field :custom_emoji,
Types::CustomEmojiType,
null: true,
description: 'The deleted custom emoji.'
description: 'Deleted custom emoji.'
argument :id, ::Types::GlobalIDType[::CustomEmoji],
required: true,
description: 'The global ID of the custom emoji to destroy.'
description: 'Global ID of the custom emoji to destroy.'
def resolve(id:)
custom_emoji = authorized_find!(id: id)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment