Skip to content

Commit 79a62ff

Browse files
committed
Actually use the client
1 parent 7a30eac commit 79a62ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/zendesk_api/actions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def self.included(base)
9191
end
9292

9393
def reload!
94-
response = client.connection.get(path) do |req|
94+
response = @client.connection.get(path) do |req|
9595
yield req if block_given?
9696
end
9797

0 commit comments

Comments
 (0)