There was an error while loading. Please reload this page.
1 parent a329bed commit 771a00bCopy full SHA for 771a00b
lib/zendesk_api/resources/misc.rb
@@ -34,7 +34,7 @@ def initialize(client, attributes)
34
end
35
36
def save
37
- upload = Upload.create!(@client, :file => file)
+ upload = Upload.create!(@client, attributes)
38
self.token = upload.token
39
40
0 commit comments