Skip to content

Commit

Permalink
DemoApp: added Yerevan, AM location
Browse files Browse the repository at this point in the history
  • Loading branch information
crontab committed Jun 26, 2024
1 parent 1f90536 commit 83b2811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AsyncMuxDemo/AsyncMuxDemo/WeatherAPI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ struct WeatherItem: Hashable, Codable {

class WeatherAPI {

static let placeNames: [String] = ["New York, US", "London, UK", "Paris, FR", "Tokyo, JP"]
static let placeNames: [String] = ["New York, US", "London, UK", "Paris, FR", "Yerevan, AM", "Tokyo, JP"]

static func reload(refresh: Bool) async throws -> [WeatherItem] {
try await places.refresh(refresh).request()
Expand Down

0 comments on commit 83b2811

Please # to comment.