Update the code to download the changeset metadata, this endpoint changed (!)

This commit is contained in:
Pieter Vander Vennet 2024-08-26 01:06:50 +02:00
parent 006941d21b
commit 407384cc23
2 changed files with 7 additions and 5 deletions

View file

@ -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)