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
|
@ -152,7 +152,7 @@ export class ChangesetHandler {
|
|||
)
|
||||
if (hasSpecialMotivationChanges) {
|
||||
// At this point, 'extraMetaTags' will have changed - we need to set the tags again
|
||||
this.UpdateTags(csId, extraMetaTags)
|
||||
await this.UpdateTags(csId, extraMetaTags)
|
||||
}
|
||||
} catch (e) {
|
||||
console.error("Could not open/upload changeset due to ", e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue