Handle new zip-builder response structure

This commit is contained in:
Joel Collins 2019-11-29 11:34:05 +00:00
parent 2844735f6d
commit d3998b7678

View file

@ -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;
},