Handle new zip-builder response structure
This commit is contained in:
parent
2844735f6d
commit
d3998b7678
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ export default {
|
|||
},
|
||||
|
||||
onResponse: function(response) {
|
||||
this.lastSessionId = response.return;
|
||||
this.lastSessionId = response.return.id;
|
||||
this.downloadUrl = `${this.zipGetterUri}/${this.lastSessionId}`;
|
||||
this.downloadReady = true;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue