Skip to content

Commit

Permalink
Revert "Sync services available in office from axiomus"
Browse files Browse the repository at this point in the history
  • Loading branch information
pustserg committed Oct 25, 2016
1 parent 3705f58 commit 11e813d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/axiomus_api/response/carry_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def initialize(node)
@work_schedule = node.xpath('@WorkSchedule').text
@area = node.xpath('@Area').text
@address = Address.new(node.xpath('address'))
@services = node.xpath('services').map(&:attributes).first
end
end

Expand Down
2 changes: 1 addition & 1 deletion lib/axiomus_api/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AxiomusApi
VERSION = '0.6.2'
VERSION = '0.6.1'
end

0 comments on commit 11e813d

Please sign in to comment.