Add todo
This commit is contained in:
parent
94d6d34625
commit
b84ad8a5bb
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ class LocationSearchService {
|
|||
if (this.citiesPromise) {
|
||||
return;
|
||||
}
|
||||
// TODO: Ensure the response is cached on the client
|
||||
this.citiesPromise = fetch(CITIES_URL).then((response) => {
|
||||
return response.json().then((data) => {
|
||||
this.cities = data['data'];
|
||||
|
|
Loading…
Add table
Reference in a new issue