Skip to content

Commit

Permalink
Fix CC issue
Browse files Browse the repository at this point in the history
  • Loading branch information
karlerikounapuu committed Dec 1, 2020
1 parent c9d4aad commit 7b6c33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/serializers/registrant_api/domain.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def initialize(domain, simplify: false)
@simplify = simplify
end

def to_json
def to_json(_obj)
if @simplify
return {
id: domain.uuid,
Expand Down

0 comments on commit 7b6c33d

Please sign in to comment.