lib/todoist/misc/backups.rb in todoist-ruby-0.1.1 vs lib/todoist/misc/backups.rb in todoist-ruby-0.1.2
- old
+ new
@@ -4,10 +4,10 @@
include Todoist::Util
# Returns the backups for a user.
def get()
result = NetworkHelper.getResponse(Config::TODOIST_BACKUPS_GET_COMMAND, {})
- ParseHelper.make_objects_as_array(result)
+ ParseHelper.make_objects_as_hash(result)
end
end
end
end