Skip to content

Commit

Permalink
Demo playground fix
Browse files Browse the repository at this point in the history
  • Loading branch information
username0x0a committed Jan 17, 2019
1 parent deedb35 commit 84b7b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TravelKit.playground/Contents.swift
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ toursQuery.parentID = "city:1"
toursQuery.sortingType = .price
toursQuery.descendingSortingOrder = true

travelKit._tours.tours(for: toursQuery) { (tours, error) in
travelKit.tours.tours(for: toursQuery) { (tours, error) in
printLock.lock()
print("\nMost Expensive Tours in London:\n")
tours?.forEach({ (tour) in
Expand Down

0 comments on commit 84b7b09

Please sign in to comment.