Skip to content

Commit

Permalink
refactor: remove duplicate include
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Apr 23, 2019
1 parent c98d636 commit 672f0ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/pact_broker/api/resources/error_handler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module Resources
class ErrorHandler

include PactBroker::Logging
include PactBroker::Logging

def self.call e, request, response
error_reference = SecureRandom.urlsafe_base64.gsub(/[^a-z]/i, '')[0,10]
Expand Down

0 comments on commit 672f0ee

Please sign in to comment.