Skip to content

Commit

Permalink
UDCSL #114 - Removing unnecessary content_remove variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Feb 23, 2023
1 parent 082bd10 commit 5210d4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/services/triple_eye_effable/cloud.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ def populate_description(resource_description, data)
def request_body(resourceable)
name = resourceable.name.force_encoding(Encoding::ASCII_8BIT) if resourceable.respond_to?(:name)
content = resourceable.content if resourceable.respond_to?(:content)
content_remove = resourceable.content_remove if resourceable.respond_to?(:content_remove)
metadata = resourceable.metadata if resourceable.respond_to?(:metadata)

body = {
Expand Down

0 comments on commit 5210d4e

Please sign in to comment.