forked from MapComplete/MapComplete
Update the code to download the changeset metadata, this endpoint changed (!)
This commit is contained in:
parent
006941d21b
commit
407384cc23
2 changed files with 7 additions and 5 deletions
|
@ -237,9 +237,9 @@ export class Changes {
|
|||
console.log("Uploading changes due to: ", flushreason)
|
||||
this.isUploading.setData(true)
|
||||
try {
|
||||
const csNumber = await this.flushChangesAsync()
|
||||
await this.flushChangesAsync()
|
||||
this.isUploading.setData(false)
|
||||
console.log("Changes flushed. Your changeset is " + csNumber)
|
||||
console.log("Changes flushed")
|
||||
this.errors.setData([])
|
||||
} catch (e) {
|
||||
this._reportError(e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue