forked from MapComplete/MapComplete
Add missing await operator
This commit is contained in:
parent
0074e39934
commit
dd21b21240
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ export class Overpass {
|
|||
bounds.getEast() +
|
||||
"]"
|
||||
const query = this.buildScript(bbox)
|
||||
return this.ExecuteQuery(query)
|
||||
return await this.ExecuteQuery(query)
|
||||
}
|
||||
|
||||
public buildUrl(query: string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue