Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
keang committed Sep 20, 2016
1 parent 628c896 commit 6413897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/workers/suppliers/atleisure/availabilities.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ def announce_error(message, result)
end
end

# listen supplier worker
# listen to supplier worker
Concierge::Announcer.on('availabilities.AtLeisure') do |host, args|
Workers::Suppliers::Atleisure::Availabilities.new(host).perform
Workers::Suppliers::AtLeisure::Availabilities.new(host).perform
Result.new({})
end

0 comments on commit 6413897

Please sign in to comment.