lib/checkr/api_class.rb in checkr-official-1.1.2 vs lib/checkr/api_class.rb in checkr-official-1.2.0

- old
+ new

@@ -248,10 +248,9 @@ unused_args = determine_unused_args(path, arg_names, arguments) arguments[:params] = compose_params(arguments[:params], unused_args, default_params) resp = Checkr.request(method, composed_path, arguments[:params], arguments[:opts]) - api_lambda_construct(resp, constructor, self) end end def self.api_lambda_construct(resp, constructor, this)