Skip to content

Commit b975c84

Browse files
committed
Typo in variable name corrected
1 parent e640075 commit b975c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pipedrive/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def all(response = nil, options={},get_absolutely_all=false)
9494
end
9595
data
9696
else
97-
bad_response(res,attrs)
97+
bad_response(res,options)
9898
end
9999
end
100100

0 commit comments

Comments
 (0)